Add -test-name:<string> flag to allow specific tests to be ran

This commit is contained in:
gingerBill
2021-05-03 15:44:57 +01:00
parent b44a56118e
commit 3a556eb304
3 changed files with 66 additions and 3 deletions
+2
View File
@@ -212,6 +212,8 @@ struct BuildContext {
QueryDataSetSettings query_data_set_settings;
StringSet test_names;
gbAffinity affinity;
isize thread_count;