added option to add/not add integration test modules

This commit is contained in:
Robin Müller 2021-10-13 10:47:59 +02:00
parent e3fb9d308c
commit c0d560afe4
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -9,6 +9,7 @@ endif()
option(FSFW_WARNING_SHADOW_LOCAL_GCC "Enable -Wshadow=local warning in GCC" ON)
# Options to exclude parts of the FSFW from compilation.
option(FSFW_ADD_INTEGRATION_TEST_MODULES "Add modules which can be used for integration tests" OFF)
option(FSFW_ADD_INTERNAL_TESTS "Add internal unit tests" ON)
option(FSFW_ADD_UNITTESTS "Add regular unittests. Requires Catch2" OFF)
option(FSFW_ADD_HAL "Add Hardware Abstraction Layer" ON)