aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-03 13:49:32 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-03 13:49:32 -0800
commitf5369947a1435e341f75a4af8bedd4106e0d35b6 (patch)
tree98489d16401ab2248aaa1b5e312009ce659315ec
parentabda919dfbf101afc45c989688ec91b826be93b3 (diff)
Fix Bazel
-rw-r--r--test/core/util/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/util/BUILD b/test/core/util/BUILD
index 8769683b23..5c90f1db44 100644
--- a/test/core/util/BUILD
+++ b/test/core/util/BUILD
@@ -46,6 +46,7 @@ cc_library(
cc_library(
name = "grpc_test_util",
srcs = [
+ "debugger_macros.c",
"grpc_profiler.c",
"mock_endpoint.c",
"parse_hexstring.c",
@@ -58,6 +59,7 @@ cc_library(
"test_tcp_server.c",
],
hdrs = [
+ "debugger_macros.h",
"grpc_profiler.h",
"mock_endpoint.h",
"parse_hexstring.h",