~aleteoryx/muditaos

ref: b7e710ef9e8e55667ab2cf3605a0d9c5ebc90b04 muditaos/module-services/service-desktop/tests/CMakeLists.txt -rw-r--r-- 679 bytes
b7e710ef — Przemyslaw Brudny [EGD-6867] Renamed TopBar into StatusBar 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
    LIBS
        service-desktop
        module-utils
        module-apps
        iosyscalls
    DEPS
        disk_image
)

add_catch2_executable(
    NAME
        service-desktop-endpoint-contacts
    SRCS
        tests-main.cpp
        test-contacts.cpp
    LIBS
        service-desktop
        module-utils
        module-apps
        module-vfs
        iosyscalls
)