hotfix for unittests

This commit is contained in:
Robin Müller 2021-10-26 17:10:15 +02:00
parent e263f2fbdc
commit 81bae85825
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
add_subdirectory(integration)
if(FSFW_ADD_INTERNAL_TESTS)
add_subdirectory(internal)
endif()
if(FSFW_BUILD_UNITTESTS)
add_subdirectory(unit)
else()
add_subdirectory(integration)
endif()