main (test): integrate test corpus runner

This allows us to test a large corpus of external packages against the compiler.
This commit is contained in:
Nia Waldvogel
2022-01-10 17:58:34 -05:00
committed by Nia
parent 3a4e0c94e1
commit 8aa223aed9
8 changed files with 474 additions and 4 deletions
+1
View File
@@ -44,6 +44,7 @@ type Options struct {
Programmer string
OpenOCDCommands []string
LLVMFeatures string
Directory string
}
// Verify performs a validation on the given options, raising an error if options are not valid.