aboutsummaryrefslogtreecommitdiff
path: root/tests/core/nogo/custom/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/nogo/custom/BUILD.bazel')
-rw-r--r--tests/core/nogo/custom/BUILD.bazel6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/core/nogo/custom/BUILD.bazel b/tests/core/nogo/custom/BUILD.bazel
new file mode 100644
index 00000000..06317a0b
--- /dev/null
+++ b/tests/core/nogo/custom/BUILD.bazel
@@ -0,0 +1,6 @@
+load("@io_bazel_rules_go//go/tools/bazel_testing:def.bzl", "go_bazel_test")
+
+go_bazel_test(
+ name = "custom_test",
+ srcs = ["custom_test.go"],
+)