aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/cpp/util/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/cpp/util/BUILD')
-rw-r--r--src/test/cpp/util/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/cpp/util/BUILD b/src/test/cpp/util/BUILD
index e16f14f4ce..80e69b7267 100644
--- a/src/test/cpp/util/BUILD
+++ b/src/test/cpp/util/BUILD
@@ -21,7 +21,12 @@ cc_test(
cc_test(
name = "file_test",
srcs = ["file_test.cc"] + select({
+ "//src:windows": [
+ "file_posix_test.cc",
+ "file_windows_test.cc",
+ ],
"//src:windows_msvc": [
+ "file_windows_test.cc",
],
"//conditions:default": [
"file_posix_test.cc",