aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/cpp/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/cpp/BUILD')
-rw-r--r--src/test/cpp/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/cpp/BUILD b/src/test/cpp/BUILD
index 057c721c59..6278f5bef7 100644
--- a/src/test/cpp/BUILD
+++ b/src/test/cpp/BUILD
@@ -15,6 +15,10 @@ cc_test(
"blaze_util_test.cc",
"blaze_util_windows_test.cc",
],
+ "//src:windows_msys": [
+ "blaze_util_test.cc",
+ "blaze_util_windows_test.cc",
+ ],
"//src:windows_msvc": [
"blaze_util_windows_test.cc",
],