diff options
author | Craig Tiller <ctiller@google.com> | 2017-02-17 15:21:11 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-02-17 15:21:11 -0800 |
commit | f4ea01b71a041159ecfe16bb5c31159915a0bd8c (patch) | |
tree | b130f8f1da4628d6d9b2bcf0379fe387de0b00f0 /test/core/util | |
parent | 19f3ea2c204794e7eabc5bbc34fde3328fedb22a (diff) |
Complete microbenchmarks
Diffstat (limited to 'test/core/util')
-rw-r--r-- | test/core/util/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/util/BUILD b/test/core/util/BUILD index 5c90f1db44..9c02bc50f8 100644 --- a/test/core/util/BUILD +++ b/test/core/util/BUILD @@ -57,9 +57,11 @@ cc_library( "reconnect_server.c", "slice_splitter.c", "test_tcp_server.c", + "trickle_endpoint.c", ], hdrs = [ "debugger_macros.h", + "trickle_endpoint.h", "grpc_profiler.h", "mock_endpoint.h", "parse_hexstring.h", |