~aleteoryx/muditaos

ref: da4ed4e2da858c75abb7703ba012f00744a75f59 muditaos/module-apps/tests/CMakeLists.txt -rw-r--r-- 162 bytes
da4ed4e2 — Wiktor S. Ovalle Correa [EGD-5378] Add informative message before aborting iosyscalls 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
add_catch2_executable(
    NAME
        callback-storage-test
    SRCS
        tests-main.cpp
        test-CallbackStorage.cpp
    LIBS
        ${PROJECT_NAME}
)