commit | df16c77a501ba634b30a1e3d6f76023ac9ea93a9 | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Thu Aug 09 23:36:39 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Aug 09 23:38:24 2018 -0700 |
tree | e01d5f1ac11d565ed00f7f66059eaa884167c910 | |
parent | 18e3f8f24891009ada4da4a2e20e8383df91f0be [diff] [blame] |
Windows: add //tools/... tests to test suite Add all tests under //tools/... to //src:all_windows_tests, to run them on Bazel CI. See https://github.com/bazelbuild/bazel/issues/4292 Closes #5839. Change-Id: Iae647f561683cc50ef62416c4b834576ae918486 PiperOrigin-RevId: 208167743
diff --git a/tools/python/BUILD b/tools/python/BUILD index ab09128..a344b44 100644 --- a/tools/python/BUILD +++ b/tools/python/BUILD
@@ -31,3 +31,11 @@ ], visibility = ["//tools:__pkg__"], ) + +test_suite( + name = "all_windows_tests", + tests = [ + "//tools/python/runfiles:all_windows_tests", + ], + visibility = ["//tools:__pkg__"], +)