diff options
author | Craig Tiller <ctiller@google.com> | 2017-02-17 15:47:59 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-02-17 15:47:59 -0800 |
commit | b32ffb91459a57d6652d55d212d039d518e47b32 (patch) | |
tree | 96729600fdb4564fbf0f5a5e71c7ca36a1f92e31 | |
parent | 76793fe8dd360945f099eca54672f5df28202e36 (diff) |
Fixes
-rw-r--r-- | test/cpp/qps/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/BUILD b/test/cpp/qps/BUILD index 6f3265bdd4..9e68f8a0e9 100644 --- a/test/cpp/qps/BUILD +++ b/test/cpp/qps/BUILD @@ -84,6 +84,7 @@ cc_test( cc_binary( name = "qps_json_driver", srcs = ["qps_json_driver.cc"], + deps = ["//:grpc++", ":driver_impl"] ) cc_test( |