add_executable(tests main.cpp data_structures_test.cpp scheduling_tests.cpp algorithm_test.cpp) target_link_libraries(tests catch2 pls)