1
0
forked from fsfw/fsfw

new test folder

This commit is contained in:
2021-07-14 10:22:58 +02:00
parent 4803fb2cbd
commit 82299c7e3e
100 changed files with 53 additions and 91 deletions

7
tests/src/CMakeLists.txt Normal file
View File

@ -0,0 +1,7 @@
if(FSFW_ADD_INTERNAL_TESTS)
add_subdirectory(internal)
endif()
if(FSFW_ADD_UNITTESTS)
add_subdirectory(tests)
endif()