Merged from development, added unit test for config file handler, removed obsolete stuff from handler
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-07-05 10:02:43 +02:00
238 changed files with 10451 additions and 6239 deletions

View File

@ -1,3 +1,5 @@
target_sources(${UNITTEST_NAME} PRIVATE
testThermalController.cpp
)
testAcsController.cpp
testConfigFileHandler.cpp
)