fsfw/unittests/cfdp/pdu/CMakeLists.txt
Robin Mueller dba3f9960e
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
add CFDP fault handler mock
2022-08-09 14:55:08 +02:00

14 lines
343 B
CMake

target_sources(
${FSFW_TEST_TGT}
PRIVATE testAckPdu.cpp
testAckPdu.cpp
testEofPdu.cpp
testNakPdu.cpp
testFinishedPdu.cpp
testPromptPdu.cpp
testKeepAlivePdu.cpp
testMetadataPdu.cpp
testFileData.cpp
testCfdpHeader.cpp
testFileDirective.cpp)