aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar jboeuf <jboeuf@users.noreply.github.com>2015-04-20 17:14:26 -0700
committerGravatar jboeuf <jboeuf@users.noreply.github.com>2015-04-20 17:14:26 -0700
commit5cc35963c52da8ad2faf3f4f79902f11387e8eb3 (patch)
treedefd9a048f15c5dcae17efd80c00310f194b9a78 /build.json
parentc4031b5058bc753064af47a6f4b4cc211a67b36c (diff)
parent9d7031c238c2e43a2018e048a9aa06d1f2047c79 (diff)
Merge pull request #1322 from nicolasnoble/build-fix
Fixing dependencies.
Diffstat (limited to 'build.json')
-rw-r--r--build.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.json b/build.json
index 67ab70a6ef..3f00c6d555 100644
--- a/build.json
+++ b/build.json
@@ -666,7 +666,8 @@
"test/cpp/qps/timer.cc"
],
"deps": [
- "grpc_test_util"
+ "grpc_test_util",
+ "grpc++_test_util"
]
},
{