fsfw/src/fsfw_tests/CMakeLists.txt
Robin Mueller 78b09ed0c9
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
fixes includes
2022-07-18 11:58:55 +02:00

8 lines
135 B
CMake

if(FSFW_ADD_INTERNAL_TESTS)
add_subdirectory(internal)
endif()
if(NOT FSFW_BUILD_TESTS)
add_subdirectory(integration)
endif()