add source and dest test stubs
This commit is contained in:
parent
43fb6ef5cb
commit
37c60d1dd0
@ -12,4 +12,6 @@ target_sources(
|
||||
testFileData.cpp
|
||||
testCfdpHeader.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…
Reference in New Issue
Block a user