CFDP FSFW Integration #111
@ -12,4 +12,6 @@ target_sources(
|
|||||||
testFileData.cpp
|
testFileData.cpp
|
||||||
testCfdpHeader.cpp
|
testCfdpHeader.cpp
|
||||||
testFileDirective.cpp
|
testFileDirective.cpp
|
||||||
testDistributor.cpp)
|
testDistributor.cpp
|
||||||
|
testDestHandler.cpp
|
||||||
|
testSourceHandler.cpp)
|
||||||
|
5
unittests/cfdp/testDestHandler.cpp
Normal file
5
unittests/cfdp/testDestHandler.cpp
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#include <catch2/catch_test_macros.hpp>
|
||||||
|
|
||||||
|
TEST_CASE("CFDP Dest Handler", "[cfdp]") {
|
||||||
|
|
||||||
|
}
|
5
unittests/cfdp/testSourceHandler.cpp
Normal file
5
unittests/cfdp/testSourceHandler.cpp
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#include <catch2/catch_test_macros.hpp>
|
||||||
|
|
||||||
|
TEST_CASE("CFDP Source Handler", "[cfdp]") {
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user