~aleteoryx/muditaos

ref: 55eff9250d73dd21f8847bf5adb97197cd1ab505 muditaos/module-bsp/tests/CMakeLists.txt -rw-r--r-- 174 bytes
55eff925 — Marek Niepieklo [CP-721] Fix harness import error in API/filesystem.py 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
add_catch2_executable(
    NAME
        module-bsp
    SRCS
        tests-main.cpp
        test-battery-charger-utils.cpp
    LIBS
        module-sys
        module-bsp
)