Files
fsfw/tests/src/fsfw_tests/CMakeLists.txt
T

10 lines
159 B
CMake
Raw Normal View History

2021-10-17 23:27:31 +02:00
add_subdirectory(integration)
2021-07-19 16:25:51 +02:00
if(FSFW_ADD_INTERNAL_TESTS)
add_subdirectory(internal)
endif()
2021-10-07 13:24:46 +02:00
if(FSFW_BUILD_UNITTESTS)
2021-07-19 16:25:51 +02:00
add_subdirectory(unit)
endif()