add empty test files
This commit is contained in:
parent
0dfaba81f9
commit
bfee4fd90a
@ -3,4 +3,6 @@ target_sources(${FSFW_TEST_TGT} PRIVATE
|
||||
testCcsdsReader.cpp
|
||||
testPusTcCreator.cpp
|
||||
testPusTcReader.cpp
|
||||
testPusTmCreator.cpp
|
||||
testPusTmReader.cpp
|
||||
)
|
||||
|
3
unittests/tmtcpacket/testPusTmCreator.cpp
Normal file
3
unittests/tmtcpacket/testPusTmCreator.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
TEST_CASE("PUS TM Creator", "[pus-tm-creator]") {}
|
3
unittests/tmtcpacket/testPusTmReader.cpp
Normal file
3
unittests/tmtcpacket/testPusTmReader.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
TEST_CASE("PUS TM Reader", "[pus-tm-reader]") {}
|
Loading…
Reference in New Issue
Block a user