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