1
0
forked from fsfw/fsfw

added string LV tests

This commit is contained in:
2022-08-10 09:39:57 +02:00
parent 507c6ddff1
commit 96dfe46e25
21 changed files with 466 additions and 372 deletions

View File

@ -1,4 +1,5 @@
target_sources(${FSFW_TEST_TGT} PRIVATE testCfdp.cpp testTlvsLvs.cpp)
target_sources(${FSFW_TEST_TGT} PRIVATE testCfdp.cpp testOtherTlvs.cpp
testTlv.cpp testLvs.cpp)
add_subdirectory(handler)
add_subdirectory(pdu)