fsfw/unittests/cfdp/CMakeLists.txt
Robin Mueller 96dfe46e25
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
added string LV tests
2022-08-10 09:39:57 +02:00

6 lines
185 B
CMake

target_sources(${FSFW_TEST_TGT} PRIVATE testCfdp.cpp testOtherTlvs.cpp
testTlv.cpp testLvs.cpp)
add_subdirectory(handler)
add_subdirectory(pdu)