1
0
forked from fsfw/fsfw

add basic CCSDS tests

This commit is contained in:
2022-07-22 18:46:58 +02:00
parent cb05329dd9
commit 133894f4ba
4 changed files with 69 additions and 3 deletions

View File

@ -5,4 +5,5 @@ target_sources(${FSFW_TEST_TGT} PRIVATE
testPusTcReader.cpp
testPusTmCreator.cpp
testPusTmReader.cpp
testCcsds.cpp
)