diff options
Diffstat (limited to 'test/cpp/qps/BUILD')
-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( |