add empty test files
fsfw/fsfw/pipeline/pr-development This commit looks good Details

This commit is contained in:
Robin Müller 2022-07-21 19:16:44 +02:00
parent 0dfaba81f9
commit bfee4fd90a
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
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
)

View File

@ -0,0 +1,3 @@
#include <catch2/catch_test_macros.hpp>
TEST_CASE("PUS TM Creator", "[pus-tm-creator]") {}

View File

@ -0,0 +1,3 @@
#include <catch2/catch_test_macros.hpp>
TEST_CASE("PUS TM Reader", "[pus-tm-reader]") {}