1
0
forked from fsfw/fsfw

repaired internal unit test

This commit is contained in:
2021-01-15 17:25:27 +01:00
parent 79cf009049
commit eae3175976
3 changed files with 15 additions and 7 deletions

View File

@ -1,2 +1,5 @@
add_subdirectory(internal)
add_subdirectory(tests)
if(LINK_CATCH2)
add_subdirectory(tests)
endif()