1
0
forked from fsfw/fsfw

finished basic TC unittests

This commit is contained in:
2022-07-21 19:10:15 +02:00
parent affde6bad5
commit 0dfaba81f9
11 changed files with 118 additions and 35 deletions

View File

@ -2,4 +2,5 @@ target_sources(${FSFW_TEST_TGT} PRIVATE
testCcsdsCreator.cpp
testCcsdsReader.cpp
testPusTcCreator.cpp
testPusTcReader.cpp
)