aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-08-13 08:31:31 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-13 08:33:23 -0700
commit6ab4e16b89aca166fdee85628e264eb6ca5288af (patch)
treeffdb4ce2023fdea0dd04ef70cd4caa4e066ae0d8 /src/test/shell/integration/BUILD
parentd73e5902d877c94d9a13de27e1dc09bb45da4e72 (diff)
Windows,tests: port cpp_test
//src/test/shell/integration:cpp_test now runs on Windows. See https://github.com/bazelbuild/bazel/issues/4292 Change-Id: I7dd4ce2b5702e5853ee357ab4f2a728af7d3018d Closes #5874. Change-Id: I7dd4ce2b5702e5853ee357ab4f2a728af7d3018d PiperOrigin-RevId: 208484274
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 4717180d16..66e8eb3688 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -270,8 +270,10 @@ sh_test(
name = "cpp_test",
size = "large",
srcs = ["cpp_test.sh"],
- data = [":test-deps"],
- tags = ["no_windows"],
+ data = [
+ ":test-deps",
+ "@bazel_tools//tools/bash/runfiles",
+ ],
)
sh_test(