aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
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 /WORKSPACE
parentf5600e99be0fdcada4b3039c0f656a305264884a (diff)
Splitting gmock out of gtest.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE5
1 files changed, 5 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 82ea99f04b..bfb3a8c903 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -39,6 +39,11 @@ bind(
)
bind(
+ name = "gmock",
+ actual = "@submodule_gtest//:gmock",
+)
+
+bind(
name = "benchmark",
actual = "@submodule_benchmark//:benchmark",
)