summaryrefslogtreecommitdiffhomepage
path: root/test/util/BUILD
diff options
context:
space:
mode:
authorJamie Liu <jamieliu@google.com>2018-12-18 07:22:44 -0800
committerShentubot <shentubot@google.com>2018-12-18 07:23:53 -0800
commite7b47844d969673cec06ea745d577155131ecf3b (patch)
treeed2c20be75354f2e577a85ccd213f8da6d2d214b /test/util/BUILD
parent12c7430a01ad2b484987dd8ee24b6f2907e7366d (diff)
Correctly handle filenames containing spaces in ParseProcMapsLine.
PiperOrigin-RevId: 225992500 Change-Id: Icc8b1675f1cb625fc5e8ef7389beb42fa7bfaa13
Diffstat (limited to 'test/util/BUILD')
-rw-r--r--test/util/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/util/BUILD b/test/util/BUILD
index e4eec4ab9..14f9acb2e 100644
--- a/test/util/BUILD
+++ b/test/util/BUILD
@@ -46,6 +46,16 @@ cc_library(
],
)
+cc_test(
+ name = "proc_util_test",
+ size = "small",
+ srcs = ["proc_util_test.cc"],
+ deps = [
+ ":proc_util",
+ ":test_util",
+ ],
+)
+
cc_library(
name = "cleanup",
testonly = 1,