add source and dest test stubs

This commit is contained in:
2022-08-08 12:41:05 +02:00
parent 43fb6ef5cb
commit 37c60d1dd0
3 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,5 @@
#include <catch2/catch_test_macros.hpp>
TEST_CASE("CFDP Source Handler", "[cfdp]") {
}