fsfw/tests/src/fsfw_tests/CMakeLists.txt

10 lines
159 B
CMake

add_subdirectory(integration)
if(FSFW_ADD_INTERNAL_TESTS)
add_subdirectory(internal)
endif()
if(FSFW_BUILD_UNITTESTS)
add_subdirectory(unit)
endif()