aboutsummaryrefslogtreecommitdiffhomepage
path: root/corpus_test.go
AgeCommit message (Collapse)Author
2024-03-27all: change references of 'wasi' to 'wasip1'; test hygieneRandy Reddig
2023-03-31main: stuff test runner options into their own structDamian Gryski
Fixes #2406
2022-08-20src/testing: add support for -benchmemDamian Gryski
2022-08-04main: use tags parser from buildutilAyke van Laethem
This should add support for things like quotes around tags, if they are ever needed. Only making this change now because I happened to stumble across buildutil.TagsFlag.
2022-01-23main (test): integrate test corpus runnerNia Waldvogel
This allows us to test a large corpus of external packages against the compiler.