1
0
forked from fsfw/fsfw

add empty test files

This commit is contained in:
2022-07-21 19:16:44 +02:00
parent 0dfaba81f9
commit bfee4fd90a
3 changed files with 8 additions and 0 deletions

View File

@ -3,4 +3,6 @@ target_sources(${FSFW_TEST_TGT} PRIVATE
testCcsdsReader.cpp
testPusTcCreator.cpp
testPusTcReader.cpp
testPusTmCreator.cpp
testPusTmReader.cpp
)