~aleteoryx/muditaos

ref: bf2f4b0ec8c1e58b64104355d71c79f3a96a010d muditaos/module-services/service-db/test/CMakeLists.txt -rw-r--r-- 494 bytes
bf2f4b0e — Radoslaw Wicik [EGD-5726] Remove not working tests form build 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# service-db tests
add_catch2_executable(
        NAME
            service-db
        SRCS
            main.cpp
            test-service-db-api.cpp
            test-service-db-settings-messages.cpp
            #test-service-db-file_indexer.cpp
        LIBS
            service-audio
            module-vfs
            module-audio
            service-cellular
            module-cellular
            iosyscalls
        DEPS
            PurePhone.img-target
)
add_subdirectory(test-settings)