Added async streaming ping pong test
diff --git a/build.json b/build.json
index be0a6b0..00f2ba6 100644
--- a/build.json
+++ b/build.json
@@ -1822,6 +1822,24 @@
       ]
     },
     {
+      "name": "async_streaming_ping_pong_test",
+      "build": "test",
+      "run": false,
+      "language": "c++",
+      "src": [
+        "test/cpp/qps/async_streaming_ping_pong_test.cc"
+      ],
+      "deps": [
+        "qps",
+        "grpc++_test_util",
+        "grpc_test_util",
+        "grpc++",
+        "grpc",
+        "gpr_test_util",
+        "gpr"
+      ]
+    },
+    {
       "name": "async_unary_ping_pong_test",
       "build": "test",
       "run": false,