fsfw/unittests/tmtcservices/testPsb.cpp
Robin Mueller 75c824ec80
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
add new VerificationReporterIF
2022-07-26 13:59:09 +02:00

5 lines
171 B
C++

#include <catch2/catch_test_macros.hpp>
#include "fsfw/tmtcservices/PusServiceBase.h"
TEST_CASE("Pus Service Base", "[pus-service-base]") { auto psb = PusServiceBase() }