Update to the next fuc2 for cli options.

This commit is contained in:
Zed A. Shaw 2026-06-17 02:08:47 -04:00
parent 21e7700deb
commit d95f9113c9

View file

@ -57,7 +57,5 @@ int main(int argc, char* argv[]) {
textures_tests::TESTS, textures_tests::TESTS,
}; };
for(auto& test_set : all_tests) { run_tests(all_tests, argc, argv);
run(test_set);
}
} }