8 lines
153 B
CMake
8 lines
153 B
CMake
target_sources(${FSFW_TEST_TGT} PRIVATE
|
|
testDleEncoder.cpp
|
|
testOpDivider.cpp
|
|
testBitutil.cpp
|
|
testCRC.cpp
|
|
testTimevalOperations.cpp
|
|
)
|