fsfw/unittests/tmtcservices/testSendHelper.cpp

7 lines
173 B
C++
Raw Normal View History

2022-07-25 13:39:07 +02:00
#include <catch2/catch_test_macros.hpp>
#include "fsfw/tmtcservices/TmSendHelper.h"
2022-07-25 13:39:07 +02:00
TEST_CASE("TM Send Helper", "[tm-send-helper]") {
TmSendHelper sendHelper(nullptr);
2022-07-25 13:39:07 +02:00
}