~aleteoryx/muditaos

ref: a5f957823daa836b22898fdc1527213f8f72f5d1 muditaos/module-services/service-cellular/tests/CMakeLists.txt -rw-r--r-- 480 bytes
a5f95782 — breichel [EGD-4628] Add APN settings and URC handler for PDP context 5 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
cmake_minimum_required(VERSION 3.12)

add_catch2_executable(
        NAME
            cellular-mmi
        SRCS
            unittest_mmi.cpp
        LIBS
            module-cellular
)

add_catch2_executable(
        NAME
        cellular-simcard
        SRCS
        unittest_simcard.cpp
        LIBS
        module-cellular
)


add_catch2_executable(
        NAME
        cellular-datatransfer
        SRCS
        unittest_datatransfer.cpp
        LIBS
        module-cellular
)