Add odin test -all-packages to be able to test an entire project

This commit is contained in:
Laytan Laats
2024-01-26 09:55:20 +01:00
parent 9cfd4a953e
commit 31914e9cb9
3 changed files with 49 additions and 34 deletions
+1
View File
@@ -422,6 +422,7 @@ struct BuildContext {
Array<String> extra_packages;
StringSet test_names;
bool test_all_packages;
gbAffinity affinity;
isize thread_count;