Fixing mock test target.
diff --git a/BUILD b/BUILD
index 70c1694..b4227b0 100644
--- a/BUILD
+++ b/BUILD
@@ -1467,4 +1467,15 @@
     ],
 )
 
+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()