test(build):collect llgo test ./... output to test
This commit is contained in:
11
cl/_testgo/runextest/main_test.go
Normal file
11
cl/_testgo/runextest/main_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestZoo(t *testing.T) {
|
||||
if Zoo() != 3 {
|
||||
t.Fatal("Zoo() != 3")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user