fixes includes

This commit is contained in:
2022-07-18 11:58:55 +02:00
parent fdf35232ee
commit 78b09ed0c9
37 changed files with 54 additions and 49 deletions

View File

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