2022-02-10 18:15:33 +01:00
|
|
|
add_subdirectory(controller)
|
2022-02-16 18:15:06 +01:00
|
|
|
add_subdirectory(mocks)
|
2022-02-10 18:15:33 +01:00
|
|
|
|
|
|
|
target_sources(${UNITTEST_NAME} PRIVATE
|
2021-09-29 10:52:36 +02:00
|
|
|
main.cpp
|
2022-02-17 17:48:32 +01:00
|
|
|
testEnvironment.cpp
|
2023-06-23 16:05:38 +02:00
|
|
|
testGenericFilesystem.cpp
|
2023-02-15 19:58:32 +01:00
|
|
|
hdlcEncodingRw.cpp
|
2022-02-10 18:54:09 +01:00
|
|
|
printChar.cpp
|
2021-09-29 10:52:36 +02:00
|
|
|
)
|