aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-12 21:10:55 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-12 21:10:55 +0200
commit0885f988632ca4f6a9adb99fe769cb019ca67ed0 (patch)
treef5ecf0df112445238bda0f16177eb31ba3ad57e0 /BUILD
parentb935a68386c4f8dba8318248f1f8b2f5751507fc (diff)
Fixing mock test target.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 70c1694fa4..b4227b09e3 100644
--- a/BUILD
+++ b/BUILD
@@ -1467,4 +1467,15 @@ grpc_cc_library(
],
)
+grpc_cc_library(
+ name = "grpc++_test",
+ public_hdrs = [
+ "include/grpc++/test/mock_stream.h",
+ "include/grpc++/test/server_context_test_spouse.h",
+ ],
+ deps = [
+ ":grpc++",
+ ],
+)
+
grpc_generate_one_off_targets()