add CFDP handlers manually

This commit is contained in:
2022-09-14 19:29:43 +02:00
parent 73f1917c81
commit 385a0ffd73
9 changed files with 942 additions and 3 deletions

View File

@ -1,2 +1,3 @@
target_sources(${FSFW_TEST_TGT} PRIVATE testDistributor.cpp
testFaultHandler.cpp)
target_sources(
${FSFW_TEST_TGT} PRIVATE testDistributor.cpp testDestHandler.cpp
testSourceHandler.cpp testFaultHandler.cpp)