tinygo/tests/tinygotest
Dan Kegel 55789fd2c2 src/testing/benchmark.go: add subset implementation of Benchmark
Partially fixes #1808

Allows the following to succeed:

curl "https://golang.org/test/fibo.go?m=text" > fibo.go
tinygo build -o fibo fibo.go
./fibo -bench
2021-08-06 08:19:15 +02:00
..
benchmark_test.go src/testing/benchmark.go: add subset implementation of Benchmark 2021-08-06 08:19:15 +02:00
main.go Add test command to tinygo (#243) 2019-06-18 12:23:59 +02:00
main_test.go Add common test logging methods such as Errorf/Fatalf/Printf 2019-08-13 20:59:09 +02:00