separate unittest folder
This commit is contained in:
5
unittests/osal/CMakeLists.txt
Normal file
5
unittests/osal/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
target_sources(${FSFW_TEST_TGT} PRIVATE
|
||||
TestMessageQueue.cpp
|
||||
TestSemaphore.cpp
|
||||
TestClock.cpp
|
||||
)
|
Reference in New Issue
Block a user