~aleteoryx/muditaos

ref: 4b590ebeb8e72bd3b38958f95f51829d1e720307 muditaos/module-sys/SystemManager/tests/CMakeLists.txt -rw-r--r-- 270 bytes
4b590ebe — Maciej Janicki [MOS-296] Merge fix extra files removed 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
add_catch2_executable(
    NAME
        dependency-graph-tests
    SRCS
        test-DependencyGraph.cpp
    LIBS
        module-sys
)

add_catch2_executable(
    NAME
        PowerManager
    SRCS
        unittest_CpuSentinelsGovernor.cpp
    LIBS
        module-sys
)