aboutsummaryrefslogtreecommitdiff
path: root/examples/bzlmod/tests/other_module/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bzlmod/tests/other_module/BUILD.bazel')
-rw-r--r--examples/bzlmod/tests/other_module/BUILD.bazel14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/bzlmod/tests/other_module/BUILD.bazel b/examples/bzlmod/tests/other_module/BUILD.bazel
deleted file mode 100644
index 1bd8a90..0000000
--- a/examples/bzlmod/tests/other_module/BUILD.bazel
+++ /dev/null
@@ -1,14 +0,0 @@
-# Tests to verify the root module can interact with the "other_module"
-# submodule.
-#
-# Note that other_module is seen as "our_other_module" due to repo-remapping
-# in the root module.
-
-load("@bazel_skylib//rules:build_test.bzl", "build_test")
-
-build_test(
- name = "other_module_bin_build_test",
- targets = [
- "@our_other_module//other_module/pkg:bin",
- ],
-)