fsfw/unittests/tmtcpacket/CMakeLists.txt
Robin Mueller 133894f4ba
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
add basic CCSDS tests
2022-07-22 18:46:58 +02:00

10 lines
193 B
CMake

target_sources(${FSFW_TEST_TGT} PRIVATE
testCcsdsCreator.cpp
testCcsdsReader.cpp
testPusTcCreator.cpp
testPusTcReader.cpp
testPusTmCreator.cpp
testPusTmReader.cpp
testCcsds.cpp
)