From 5dc4aeb7e680c96594ddc6ff41271e979f70ddee Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 10 May 2026 10:04:58 +0200 Subject: [PATCH] remove config from tests --- src/command_validate.c | 1 - tests/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/src/command_validate.c b/src/command_validate.c index 3cc9734..fc72281 100644 --- a/src/command_validate.c +++ b/src/command_validate.c @@ -1,6 +1,5 @@ #include #include "command_validate.h" -#include "config.h" bool validate_number_of_args(int argc) { diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6886e72..e262f4d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.25.1) find_library(CMOCKA cmocka REQUIRED) find_program(CPPCHECK cppcheck REQUIRED) -include_directories(${CMAKE_BINARY_DIR}/src) add_executable(tests tests.c command_validate_tests.c -- 2.47.3