diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-05-12 21:10:55 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-05-12 21:10:55 +0200 |
commit | 0885f988632ca4f6a9adb99fe769cb019ca67ed0 (patch) | |
tree | f5ecf0df112445238bda0f16177eb31ba3ad57e0 /BUILD | |
parent | b935a68386c4f8dba8318248f1f8b2f5751507fc (diff) |
Fixing mock test target.
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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() |