Robin Mueller
6a0b18ffd0
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
12 lines
223 B
CMake
12 lines
223 B
CMake
add_subdirectory(controller)
|
|
add_subdirectory(mocks)
|
|
|
|
target_sources(${UNITTEST_NAME} PRIVATE
|
|
main.cpp
|
|
testEnvironment.cpp
|
|
testGenericFilesystem.cpp
|
|
hdlcEncodingRw.cpp
|
|
mpsocTests.cpp
|
|
printChar.cpp
|
|
)
|