~aleteoryx/muditaos

ref: 49548152b6292af427400e88de9d3bc12a36ccb5 muditaos/module-apps/application-calculator/tests/CMakeLists.txt -rw-r--r-- 373 bytes
49548152 — Radoslaw Wicik [EGD-4763] Fix Unit Tests 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if (NOT IS_SYMLINK "${CMAKE_BINARY_DIR}/sys/user")
    file(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/sys/user")
endif()

add_catch2_executable(
    NAME
        calculator
    SRCS
        "${CMAKE_CURRENT_SOURCE_DIR}/CalculatorUtility_tests.cpp"
    LIBS
        module-apps
        module-utils
        module-vfs
        iosyscalls
    DEPS
        PurePhone.img-target
)