move HAL and tests folder
This commit is contained in:
9
src/fsfw_tests/CMakeLists.txt
Normal file
9
src/fsfw_tests/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
if(FSFW_ADD_INTERNAL_TESTS)
|
||||
add_subdirectory(internal)
|
||||
endif()
|
||||
|
||||
if(FSFW_BUILD_UNITTESTS)
|
||||
add_subdirectory(unit)
|
||||
else()
|
||||
add_subdirectory(integration)
|
||||
endif()
|
Reference in New Issue
Block a user