]> gitweb.hhaalo.de Git - mv-none-space.git/commitdiff
remove config from tests
authorBastian Dehn <hhaalo@arcor.de>
Sun, 10 May 2026 08:04:58 +0000 (10:04 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 10 May 2026 08:04:58 +0000 (10:04 +0200)
src/command_validate.c
tests/CMakeLists.txt

index 3cc973443096278f0b177cbfd3a71a8f0a33b2a8..fc72281c45dbdc137960024adf0847c6841255ca 100644 (file)
@@ -1,6 +1,5 @@
 #include <string.h>
 #include "command_validate.h"
-#include "config.h"
 
 bool validate_number_of_args(int argc)
 {
index 6886e721dbf8b8709a99e6c203dba8a6117f176a..e262f4da4c3d7cdbd7252eb317e84d7b39a56ef9 100644 (file)
@@ -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