Refactor TMTC Stack, improve test framework #655

Merged
mohr merged 150 commits from mueller/refactor-tmtc-stack into development 2022-09-12 14:31:23 +02:00
3 changed files with 8 additions and 0 deletions
Showing only changes of commit bfee4fd90a - Show all commits

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]") {}