fsfw/src/fsfw_tests/CMakeLists.txt

8 lines
131 B
CMake
Raw Normal View History

2021-07-19 16:25:51 +02:00
if(FSFW_ADD_INTERNAL_TESTS)
2022-07-18 16:08:06 +02:00
add_subdirectory(internal)
2021-07-19 16:25:51 +02:00
endif()
2022-07-18 11:58:55 +02:00
if(NOT FSFW_BUILD_TESTS)
2022-07-18 16:08:06 +02:00
add_subdirectory(integration)
2021-07-19 16:25:51 +02:00
endif()