From 6ab4e16b89aca166fdee85628e264eb6ca5288af Mon Sep 17 00:00:00 2001 From: Laszlo Csomor Date: Mon, 13 Aug 2018 08:31:31 -0700 Subject: 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 --- src/test/shell/integration/BUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/test/shell/integration/BUILD') 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( -- cgit v1.2.3