fsfw/unittests/cfdp/CMakeLists.txt

16 lines
397 B
CMake
Raw Normal View History

2022-08-03 13:15:49 +02:00
target_sources(
${FSFW_TEST_TGT}
PRIVATE testCfdp.cpp
testTlvsLvs.cpp
testAckPdu.cpp
testEofPdu.cpp
testNakPdu.cpp
testFinishedPdu.cpp
testPromptPdu.cpp
testKeepAlivePdu.cpp
testMetadataPdu.cpp
testFileData.cpp
2022-08-03 13:23:49 +02:00
testCfdpHeader.cpp
2022-08-08 12:34:54 +02:00
testFileDirective.cpp
testDistributor.cpp)