13 lines
252 B
CMake
13 lines
252 B
CMake
|
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
|
||
|
)
|