start ccsds reader unittests

This commit is contained in:
2022-07-18 16:21:00 +02:00
parent 3d2af203f2
commit 95b476d4bd
5 changed files with 11 additions and 4 deletions

View File

@ -0,0 +1,6 @@
#include <catch2/catch_test_macros.hpp>
#include "fsfw/tmtcpacket/SpacePacketReader.h"
TEST_CASE("CCSDS Reader", "[ccsds-reader]") {
}