~aleteoryx/muditaos

ref: 47c817cf15d8c8dd72154237833598bf7598acfd muditaos/module-services/service-desktop/tests/CMakeLists.txt -rw-r--r-- 560 bytes
47c817cf — Radoslaw Wicik [EGD-4218] Convert service-desktop to library 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
        unittest.cpp
        tests-main.cpp
        #"../endpoints/update/UpdateMuditaOS.cpp"
        #"../endpoints/factoryReset/FactoryReset.cpp"
        #"${CMAKE_CURRENT_LIST_DIR}/../parser/MessageHandler.cpp"
    LIBS
        module-services
        module-sys
        service-desktop
)