fsfw/src/fsfw_tests/CMakeLists.txt
Robin Mueller 74794bb71b
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
apply auto-formatter
2022-07-18 16:08:06 +02:00

8 lines
131 B
CMake

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