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