Merge pull request #3141 from laytan/add-all-packages-flag-for-tests

Add `odin test -all-packages` to be able to test an entire project
This commit is contained in:
gingerBill
2024-01-31 11:59:54 +00:00
committed by GitHub
3 changed files with 49 additions and 34 deletions
+1
View File
@@ -423,6 +423,7 @@ struct BuildContext {
Array<String> extra_packages;
StringSet test_names;
bool test_all_packages;
gbAffinity affinity;
isize thread_count;