tinygo/src/testing
Ayke van Laethem 78acbdf0d9 main: match go test output
This commit makes the output of `tinygo test` similar to that of `go
test`. It changes the following things in the process:

  * Running multiple tests in a single command is now possible. They
    aren't paralellized yet.
  * Packages with no test files won't crash TinyGo, instead it logs it
    in the same way the Go toolchain does.
2021-05-06 20:04:16 +02:00
..
benchmark.go testing: implement some benchmark stubs 2020-10-09 15:22:19 +02:00
doc.go Add test command to tinygo (#243) 2019-06-18 12:23:59 +02:00
testing.go main: match go test output 2021-05-06 20:04:16 +02:00