diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c372127..cd22fbc 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,6 +1,6 @@ -add_library(unity unity/src/unity.c) - if(ENABLE_CJSON_TEST) + add_library(unity unity/src/unity.c) + #copy test files file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/inputs") file(GLOB test_files "inputs/*")