From 9a933772e87dfcf684590eb74eee9970e8b66669 Mon Sep 17 00:00:00 2001 From: Laszlo Csomor Date: Tue, 14 Aug 2018 08:29:29 -0700 Subject: test-wrapper: add empty impl + Bazel flag This commit adds: - the skeleton implementation of the Windows native test wrapper - a depenency on the native test wrapper from test rules, through the new $test_wrapper rule attribute - the --windows_native_test_wrapper Bazel flag, which is currently a no-op See https://github.com/bazelbuild/bazel/issues/5508 Change-Id: I8df95c8ce8bab53c51c257698ec95416065a836e Closes #5854. Change-Id: I2ffc78bceec5dd867af775b5878f105fa87c3dba PiperOrigin-RevId: 208650699 --- src/test/shell/bazel/testdata/embedded_tools_srcs_deps | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/shell/bazel/testdata/embedded_tools_srcs_deps') diff --git a/src/test/shell/bazel/testdata/embedded_tools_srcs_deps b/src/test/shell/bazel/testdata/embedded_tools_srcs_deps index c508152b00..5f373788af 100644 --- a/src/test/shell/bazel/testdata/embedded_tools_srcs_deps +++ b/src/test/shell/bazel/testdata/embedded_tools_srcs_deps @@ -3,6 +3,7 @@ @com_google_protobuf//:protobuf @com_google_protobuf//:protobuf_lite @com_google_protobuf//:js_embed +//tools/test:test_wrapper_bin //third_party/ijar:zipper //third_party/ijar:ijar //third_party/ijar:zip -- cgit v1.2.3