fsfw/unittests/cfdp/handler/testDestHandler.cpp

11 lines
240 B
C++
Raw Normal View History

2022-08-08 12:41:05 +02:00
#include <catch2/catch_test_macros.hpp>
2022-08-09 15:46:42 +02:00
#include "fsfw/cfdp.h"
TEST_CASE("CFDP Dest Handler", "[cfdp]") {
using namespace cfdp;
// auto localEntityCfg = LocalEntityCfg();
// auto destHandler = DestHandler();
SECTION("State") {}
}