~aleteoryx/muditaos

ref: e6ca468d2c0a3d3f9a045c123ee901690e2b28a9 muditaos/module-services/service-desktop/tests/CMakeLists.txt -rw-r--r-- 531 bytes
e6ca468d — Roman Kubiak [EGD-4344] vfs-utils refactor (#1010) 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
file (COPY "${CMAKE_CURRENT_LIST_DIR}/muditaos-unittest.tar" DESTINATION "${CMAKE_BINARY_DIR}/sys/updates")
file (COPY "${CMAKE_CURRENT_LIST_DIR}/factory-test" DESTINATION "${CMAKE_BINARY_DIR}/sys")

add_catch2_executable(
	NAME
		service-desktop
	SRCS
		"${CMAKE_CURRENT_LIST_DIR}/unittest.cpp"
		"${CMAKE_CURRENT_LIST_DIR}/tests-main.cpp"
		"../endpoints/update/UpdateMuditaOS.cpp"
		"../endpoints/factoryReset/FactoryReset.cpp"
		"${CMAKE_CURRENT_LIST_DIR}/../parser/MessageHandler.cpp"


	LIBS
		module-services
		module-sys
)