start adding dedicated put request handler

This commit is contained in:
2023-07-26 17:17:51 +02:00
parent bb186fc965
commit fde277cd06
6 changed files with 43 additions and 41 deletions

View File

@ -1,4 +1,4 @@
target_sources(
${FSFW_TEST_TGT}
PRIVATE testDistributor.cpp testDestHandler.cpp testReservedMsgParser.cpp
testSourceHandler.cpp testFaultHandler.cpp)
testPutRequest.cpp testSourceHandler.cpp testFaultHandler.cpp)