diff --git a/tests/main.cpp b/tests/main.cpp index 6ae14f2..d06a0ce 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -57,7 +57,5 @@ int main(int argc, char* argv[]) { textures_tests::TESTS, }; - for(auto& test_set : all_tests) { - run(test_set); - } + run_tests(all_tests, argc, argv); }