fsfw/unittests/util/CMakeLists.txt
Robin Mueller bdd79d060d
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
basic data wrapper unittests
2022-08-30 14:02:58 +02:00

5 lines
92 B
CMake

target_sources(${FSFW_TEST_TGT} PRIVATE
testUnsignedByteField.cpp
testDataWrapper.cpp
)