hardcoding config path

This commit is contained in:
Robin Müller 2021-10-11 14:56:42 +02:00
parent e02ac05097
commit c26c2a5a96
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 2 deletions

View File

@ -56,9 +56,8 @@ if(FSFW_BUILD_UNITTESTS)
FetchContent_MakeAvailable(Catch2)
endif()
configure_file(tests/src/fsfw_tests/unit/testcfg/FSFWConfig.h.in tests/FSFWConfig.h)
set(FSFW_CONFIG_PATH tests/src/fsfw_tests/unit/testcfg)
configure_file(tests/src/fsfw_tests/unit/testcfg/TestsConfig.h.in tests/TestsConfig.h)
configure_file(tests/src/fsfw_tests/unit/testcfg/OBSWConfig.h.in tests/OBSWConfig.h)
add_executable(${FSFW_TEST_TGT})
if(FSFW_TESTS_GEN_COV)