diff --git a/test/cpp/qps/BUILD b/test/cpp/qps/BUILD index 6f3265bdd43..9e68f8a0e99 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(