CMakeLists.txt 219 Bytes
Newer Older
1 2
add_executable(tests
        main.cpp
3
        base_tests.cpp
4
        scheduling_tests.cpp
5
        patterns_test.cpp
6 7
        test_helpers.h
        scheduling_lock_free_tests.cpp)
8
target_link_libraries(tests catch2 pls)