TMTC Stack Refactoring #106

Merged
muellerr merged 123 commits from mueller/tmtc-stack-refactoring into develop 2022-08-16 17:30:17 +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]") {}