CMakeLists.txt 217 Bytes
Newer Older
1 2
add_executable(tests
        main.cpp
3
        data_structures_test.cpp
4
        base_tests.cpp
5
        scheduling_tests.cpp
6 7
        algorithm_test.cpp
        dataflow_test.cpp)
8
target_link_libraries(tests catch2 pls)