
tests/testing/recurse has two directories with tests; "make smoketest" now does "tinygo test ./..." in that directory and fails if it does not run both directories' tests.
6 строки
62 Б
Go
6 строки
62 Б
Go
package top
|
|
|
|
import "testing"
|
|
|
|
func TestTop(t *testing.T) {
|
|
}
|