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/src/BUILD b/src/BUILD
index 95793d9..e092209 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -410,6 +410,7 @@
"//src/tools/launcher:all_windows_tests",
"//src/tools/runfiles:all_windows_tests",
"//third_party/def_parser:all_windows_tests",
+ "//tools:all_windows_tests",
],
)