add distributor test stub

This commit is contained in:
2022-08-08 12:34:54 +02:00
parent fdb0cc0e44
commit 65a47c7c57
3 changed files with 8 additions and 2 deletions

View File

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