~aleteoryx/muditaos

ref: c30101bb930d0380671b1a8a36384151df6c08f1 muditaos/module-services/service-desktop/tests/CMakeLists.txt -rw-r--r-- 442 bytes
c30101bb — Wojtek Cichoń [EGD-5787] Fixes re fallback font docs 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
    LIBS
        service-desktop
        module-utils
        module-apps
        iosyscalls
    DEPS
        PurePhone.img-target
)