fsfw/unittests/container/CMakeLists.txt
Robin Mueller 8465670374
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
separate unittest folder
2022-07-18 11:42:51 +02:00

11 lines
214 B
CMake

target_sources(${FSFW_TEST_TGT} PRIVATE
RingBufferTest.cpp
TestArrayList.cpp
TestDynamicFifo.cpp
TestFifo.cpp
TestFixedArrayList.cpp
TestFixedMap.cpp
TestFixedOrderedMultimap.cpp
TestPlacementFactory.cpp
)