separate unittest folder
This commit is contained in:
8
unittests/devicehandler/CMakeLists.txt
Normal file
8
unittests/devicehandler/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
target_sources(${FSFW_TEST_TGT} PRIVATE
|
||||
CookieIFMock.cpp
|
||||
ComIFMock.cpp
|
||||
DeviceHandlerCommander.cpp
|
||||
DeviceHandlerMock.cpp
|
||||
DeviceFdirMock.cpp
|
||||
TestDeviceHandlerBase.cpp
|
||||
)
|
Reference in New Issue
Block a user