Remove -test-name in favor of test runner option

`-define:ODIN_TEST_NAMES=...` is capable of selecting test by package
and name or name only, with the ability to access packages included by
`-all-packages`.
This commit is contained in:
Feoramund
2024-06-01 07:04:20 -04:00
parent 6a5d51f0d6
commit cb8faf5b74
3 changed files with 0 additions and 54 deletions

View File

@@ -893,7 +893,6 @@ struct BuildContext {
u32 cmd_doc_flags;
Array<String> extra_packages;
StringSet test_names;
bool test_all_packages;
gbAffinity affinity;