~aleteoryx/muditaos

ref: e6213e94077379e7d1ae6908dc2a6769fa406ccb muditaos/module-services/service-gui/tests/CMakeLists.txt -rw-r--r-- 397 bytes
e6213e94 — Lucjan Bryndza [EGD-5737] Merge master into experimental 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
add_catch2_executable(
    NAME
        context-pool-tests
    SRCS
        tests-main.cpp
        test-ContextPool.cpp
        MockedSynchronizationMechanism.hpp
    LIBS
        service-gui
)

add_catch2_executable(
    NAME
        commands-queue-tests
    SRCS
        tests-main.cpp
        test-DrawCommandsQueue.cpp
        MockedSynchronizationMechanism.hpp
    LIBS
        service-gui
)