aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-04-29 15:02:07 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-04-29 15:02:07 -0700
commit0ced984233c06d20b76974ad2303534df596dcad (patch)
tree79251bd6a94d46383bb98833dd330d3a0d677042 /build.json
parent8ad26f7f74ffa4487a4758b38598bc7858168551 (diff)
Kill echo test
Diffstat (limited to 'build.json')
-rw-r--r--build.json44
1 files changed, 0 insertions, 44 deletions
diff --git a/build.json b/build.json
index 5a33a65518..e36074246b 100644
--- a/build.json
+++ b/build.json
@@ -983,50 +983,6 @@
]
},
{
- "name": "echo_client",
- "build": "test",
- "run": false,
- "language": "c",
- "src": [
- "test/core/echo/client.c"
- ],
- "deps": [
- "grpc_test_util",
- "grpc",
- "gpr_test_util",
- "gpr"
- ]
- },
- {
- "name": "echo_server",
- "build": "test",
- "run": false,
- "language": "c",
- "src": [
- "test/core/echo/server.c"
- ],
- "deps": [
- "grpc_test_util",
- "grpc",
- "gpr_test_util",
- "gpr"
- ]
- },
- {
- "name": "echo_test",
- "build": "test",
- "language": "c",
- "src": [
- "test/core/echo/echo_test.c"
- ],
- "deps": [
- "grpc_test_util",
- "grpc",
- "gpr_test_util",
- "gpr"
- ]
- },
- {
"name": "fd_posix_test",
"build": "test",
"language": "c",