1
0
forked from fsfw/fsfw

some fixes

This commit is contained in:
2022-07-18 11:47:00 +02:00
parent 8465670374
commit fdf35232ee
2 changed files with 4 additions and 7 deletions

View File

@ -2,8 +2,6 @@ if(FSFW_ADD_INTERNAL_TESTS)
add_subdirectory(internal)
endif()
if(FSFW_BUILD_UNITTESTS)
add_subdirectory(unit)
else()
if(NOT FSFW_BUILD_UNITTESTS)
add_subdirectory(integration)
endif()