separate unittest folder
This commit is contained in:
12
unittests/cfdp/CMakeLists.txt
Normal file
12
unittests/cfdp/CMakeLists.txt
Normal file
@ -0,0 +1,12 @@
|
||||
target_sources(${FSFW_TEST_TGT} PRIVATE
|
||||
testCfdp.cpp
|
||||
testTlvsLvs.cpp
|
||||
testAckPdu.cpp
|
||||
testEofPdu.cpp
|
||||
testNakPdu.cpp
|
||||
testFinishedPdu.cpp
|
||||
testPromptPdu.cpp
|
||||
testKeepAlivePdu.cpp
|
||||
testMetadataPdu.cpp
|
||||
testFileData.cpp
|
||||
)
|
Reference in New Issue
Block a user