summaryrefslogtreecommitdiffhomepage
path: root/test/util/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/util/BUILD')
-rw-r--r--test/util/BUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/test/util/BUILD b/test/util/BUILD
index 3c732be62..1ac8b3fd6 100644
--- a/test/util/BUILD
+++ b/test/util/BUILD
@@ -166,6 +166,14 @@ cc_library(
)
cc_library(
+ name = "platform_util",
+ testonly = 1,
+ srcs = ["platform_util.cc"],
+ hdrs = ["platform_util.h"],
+ deps = [":test_util"],
+)
+
+cc_library(
name = "posix_error",
testonly = 1,
srcs = ["posix_error.cc"],
@@ -238,12 +246,7 @@ cc_library(
"test_util_runfiles.cc",
],
hdrs = ["test_util.h"],
- defines = select_system(
- fuchsia = [
- "__opensource__",
- "__fuchsia__",
- ],
- ),
+ defines = select_system(),
deps = [
":fs_util",
":logging",