| /external/bazelbuild-rules_go/docs/go/core/ |
| D | rules.md | 34 [go_test]: #go_test 37 [go_test]: #go_test 87 and [go_test]. These rules reimplement the low level plumping commands of a normal 102 [go_test] builds a test executable. Like tests produced by `go test`, this 273 `go_path` can depend on one or more Go targets (i.e., [go_library], [go_binary], or [go_test]). 285 …go_test], and similar rules have this).<br><br> Only targets with explicit … 329 <a id="#go_test"></a> 331 ## go_test 334 go_test(<a href="#go_test-name">name</a>, <a href="#go_test-cdeps">cdeps</a>, <a href="#go_test-cgo… 335 …go_test-env_inherit">env_inherit</a>, <a href="#go_test-gc_goopts">gc_goopts</a>, <a href="#go_tes… [all …]
|
| D | rules.bzl | 32 [go_test]: #go_test 35 [go_test]: #go_test 85 and [go_test]. These rules reimplement the low level plumping commands of a normal 100 [go_test] builds a test executable. Like tests produced by `go test`, this 119 load("//go/private/rules:test.bzl", _go_test = "go_test") 126 go_test = _go_test
|
| D | embedding.md | 4 within another `go_library`, `go_binary`, or `go_test` using the `embed` 36 under test into a `go_test` that contains the test sources. The `go_test` 54 go_test(
|
| D | examples.md | 20 ### go_test subsection 42 go_test( 64 go_test(
|
| /external/bazelbuild-rules_go/third_party/ |
| D | com_github_gogo_protobuf-gazelle.patch | 5 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 21 +go_test( 132 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 153 +go_test( 169 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 188 +go_test( 641 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 691 +go_test( 848 +load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test") 864 +go_test( [all …]
|
| D | org_golang_x_sys-gazelle.patch | 5 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 62 +go_test( 76 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 95 +go_test( 104 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 119 +go_test( 128 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 163 +go_test( 177 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 431 +go_test( [all …]
|
| D | org_golang_x_tools-gazelle.patch | 5 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 20 +go_test( 47 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 66 +go_test( 149 +load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test") 169 +go_test( 182 +load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test") 198 +go_test( 248 +load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test") 275 +go_test( [all …]
|
| D | org_golang_google_protobuf-gazelle.patch | 5 +load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test") 25 +go_test( 26 + name = "protoc-gen-go_test", 104 +load("@io_bazel_rules_go//go:def.bzl", "go_test") 106 +go_test( 605 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 632 +go_test( 648 +load("@io_bazel_rules_go//go:def.bzl", "go_test") 650 +go_test( 664 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") [all …]
|
| D | com_github_golang_mock-gazelle.patch | 5 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 26 +go_test( 62 +load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test") 89 +go_test( 102 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 124 +go_test( 214 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 233 +go_test( 333 +load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 352 +go_test( [all …]
|
| /external/bazelbuild-rules_android/src/common/golang/ |
| D | BUILD | 2 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test") 19 go_test( 34 go_test( 69 go_test( 82 go_test( 114 go_test(
|
| /external/toolchain-utils/go/ |
| D | test_go | 38 function go_test() function 60 go_test std 64 GOMAXPROCS=2 go_test -cpu=1,2,4 runtime 68 go_test -cpu=10 sync 80 GOTRACEBACK=2 go_test ./misc/cgo/{test,testtls,nocgo}
|
| /external/bazelbuild-rules_go/go/tools/builders/ |
| D | BUILD.bazel | 1 load("//go:def.bzl", "go_binary", "go_source", "go_test") 4 go_test( 14 go_test( 26 go_test( 40 go_test(
|
| /external/bazelbuild-rules_android/src/tools/ak/bucketize/ |
| D | BUILD | 2 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test") 41 go_test( 56 go_test(
|
| /external/bazelbuild-rules_go/ |
| D | README.rst | 54 .. _go_test: docs/go/core/rules.md#go_test target 137 * `go_test`_ 181 `go_test`_) 337 `go_test`_ targets for each package in your project. You can run the same 352 load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test") 376 For tests, add a `go_test`_ rule like the one below. The library being tested 381 go_test( 538 * `How do I access go_binary executables from go_test?`_ 655 To build a specific `go_binary`_ or `go_test`_ target for a target platform, 658 You can equivalently depend on a `go_binary`_ or `go_test`_ rule through [all …]
|
| /external/bazelbuild-rules_go/go/tools/bazel_testing/ |
| D | def.bzl | 15 load("//go:def.bzl", "go_test") 18 """go_bazel_test is a wrapper for go_test that simplifies the use of 62 go_test(**kwargs)
|
| /external/googleapis/ |
| D | repository_rules.bzl | 68 go_test = False, 110 go_test (bool): A special temporary flag to disable only go_test targets. This is needed to 197 rules["go_test"] = _switch( 198 go and grpc and gapic and go_test,
|
| /external/bazelbuild-rules_go/go/private/rules/ |
| D | wrappers.bzl | 33 "go_test", 79 """See docs/go/core/rules.md#go_test for full documentation.""" 81 go_test(name = name, **kwargs)
|
| /external/bazelbuild-rules_go/examples/basic-gazelle/pkg/roll/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 11 go_test(
|
| /external/tink/go/streamingaead/subtle/noncebased/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 10 go_test(
|
| /external/bazelbuild-rules_go/go/tools/internal/txtar/ |
| D | BUILD.bazel | 1 load("//go:def.bzl", "go_library", "go_test") 10 go_test(
|
| /external/brotli/go/cbrotli/ |
| D | BUILD | 5 load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 21 go_test(
|
| /external/tink/go/subtle/random/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 12 go_test(
|
| /external/skia/bazel/device_specific_configs/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 19 go_test(
|
| /external/tink/go/daead/subtle/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 11 go_test(
|
| /external/tink/go/internal/tinkerror/ |
| D | BUILD.bazel | 1 load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") 16 go_test(
|