1
0
forked from fsfw/fsfw

some bugfixes

This commit is contained in:
2022-08-09 15:09:43 +02:00
parent dba3f9960e
commit 7f9401cf63
8 changed files with 48 additions and 9 deletions

View File

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