Home
last modified time | relevance | path

Searched refs:go_test (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/go/
Dtest_go38 function go_test() function
59 go_test std
63 GOMAXPROCS=2 go_test -cpu=1,2,4 runtime
67 go_test -cpu=10 sync
79 GOTRACEBACK=2 go_test ./misc/cgo/{test,testtls,nocgo}
/external/brotli/go/cbrotli/
DBUILD5 load("@io_bazel_rules_go//go:def.bzl", "go_prefix", "go_library", "go_test")
18 go_test(
/external/flatbuffers/tests/
DGoTest.sh34 cp -a ./go_test.go ./go_gen/src/flatbuffers_test/
/external/flatbuffers/docs/source/
DGoUsage.md26 The test code itself is located in [go_test.go](https://github.com/google/
27 flatbuffers/blob/master/tests/go_test.go).