eive-obsw/unittest/controller/CMakeLists.txt
petriVM18 c4b8fa5444
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Merged from development, added unit test for config file handler, removed obsolete stuff from handler
2022-07-05 10:02:43 +02:00

6 lines
128 B
CMake

target_sources(${UNITTEST_NAME} PRIVATE
testThermalController.cpp
testAcsController.cpp
testConfigFileHandler.cpp
)