tinygo/loader
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
..
errors.go main: match go test output 2021-05-06 20:04:16 +02:00
goroot.go support WASI target (#1373) 2020-09-29 21:58:03 +02:00
list.go loader: rewrite/refactor much of the code to use go list directly 2020-09-03 22:10:14 +02:00
loader.go main: match go test output 2021-05-06 20:04:16 +02:00
ssa.go compiler: refactor and add tests 2021-01-15 14:43:43 +01:00