Unittest and Integration test hotfix #516

Merged
mohr merged 3 commits from KSat/fsfw:mueller/unittest-hotfix into development 2021-10-26 17:36:41 +02:00
Showing only changes of commit 81bae85825 - Show all commits

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()