From d95f9113c9c72a66ae85d2503a6d4f4e0b7f88f4 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 17 Jun 2026 02:08:47 -0400 Subject: [PATCH] Update to the next fuc2 for cli options. --- tests/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); }