aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/BUILD
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2018-01-15 09:35:16 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-15 09:37:25 -0800
commit7831d8c9be23d419a64dfbc48e09fa175e1f1536 (patch)
treeb75c59839661db6024ae80a8c1ca5d7bc3dcecb0 /src/test/shell/bazel/BUILD
parentf2075d27ca124156fcd7c01242c552175c0cf145 (diff)
Support patches in http_archive
Support applying a sequence of patches for external repositories imported via http_archive. (Note that we only support the version from @bazel_tools, not the deprecated native rules.) Works towards #3395. Change-Id: I96c746acc04790b051eb686856c04a3ff3c90059 PiperOrigin-RevId: 181975322
Diffstat (limited to 'src/test/shell/bazel/BUILD')
-rw-r--r--src/test/shell/bazel/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD
index 6c25dfd00b..d39cf7d77d 100644
--- a/src/test/shell/bazel/BUILD
+++ b/src/test/shell/bazel/BUILD
@@ -241,6 +241,13 @@ sh_test(
)
sh_test(
+ name = "external_patching_test",
+ size = "medium",
+ srcs = ["external_patching_test.sh"],
+ data = [":test-deps"],
+)
+
+sh_test(
name = "git_repository_test",
size = "large",
srcs = ["git_repository_test.sh"],