new test folder
This commit is contained in:
7
tests/src/CMakeLists.txt
Normal file
7
tests/src/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
if(FSFW_ADD_INTERNAL_TESTS)
|
||||
add_subdirectory(internal)
|
||||
endif()
|
||||
|
||||
if(FSFW_ADD_UNITTESTS)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
Reference in New Issue
Block a user