aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/testing
AgeCommit message (Expand)Author
2021-08-06src/testing/benchmark.go: add subset implementation of BenchmarkDan Kegel
2021-05-06main: match `go test` outputAyke van Laethem
2020-10-28testing: add Run methodAyke van Laethem
2020-10-09testing: implement some benchmark stubsAyke van Laethem
2020-10-01testing: implement dummy Helper methodAyke van Laethem
2020-09-24test: support non-host testsAyke van Laethem
2020-09-03loader: rewrite/refactor much of the code to use go list directlyAyke van Laethem
2020-05-21cgo: Add LDFlags supportLucas Teske
2019-08-13Add common test logging methods such as Errorf/Fatalf/PrintfBrad Erickson
2019-08-11testing: Add Benchmark B struct stubBrad Erickson
2019-06-18Add test command to tinygo (#243)Carolyn Van Slyck