aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-09-01 23:53:34 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-09-01 23:53:34 +0200
commitfc49d6edabf6d85af514d94ab71e443a05ce6c41 (patch)
tree5262fdf4adc644f0286b675eaef9bb20fe3f3154 /test/cpp
parentf5600e99be0fdcada4b3039c0f656a305264884a (diff)
Splitting gmock out of gtest.
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/end2end/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/end2end/BUILD b/test/cpp/end2end/BUILD
index b8505c1ae7..b29a13d4fb 100644
--- a/test/cpp/end2end/BUILD
+++ b/test/cpp/end2end/BUILD
@@ -193,6 +193,7 @@ grpc_cc_test(
"//test/cpp/util:test_util",
],
external_deps = [
+ "gmock",
"gtest",
],
)
@@ -235,6 +236,7 @@ grpc_cc_test(
"//test/cpp/util:test_util",
],
external_deps = [
+ "gmock",
"gtest",
],
)