aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-15 14:20:44 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-15 14:20:44 -0700
commitfbac5f17b71cb2fc6b3b8f377dc1b896fdf952e0 (patch)
tree449c7f89f8aecdfaab61e1fd55df1568e56e0cb3 /build.json
parent685f1e625553c5158280761d3b91c8875166f394 (diff)
Crash handling test
Diffstat (limited to 'build.json')
-rw-r--r--build.json36
1 files changed, 35 insertions, 1 deletions
diff --git a/build.json b/build.json
index bdc167e546..b087031bfc 100644
--- a/build.json
+++ b/build.json
@@ -542,7 +542,8 @@
"test/cpp/util/echo.proto",
"test/cpp/util/echo_duplicate.proto",
"test/cpp/util/cli_call.cc",
- "test/cpp/util/create_test_channel.cc"
+ "test/cpp/util/create_test_channel.cc",
+ "test/cpp/util/subprocess.cc"
]
},
{
@@ -1875,6 +1876,39 @@
]
},
{
+ "name": "crash_test",
+ "build": "test",
+ "language": "c++",
+ "src": [
+ "test/cpp/end2end/crash_test.cc"
+ ],
+ "deps": [
+ "grpc++_test_util",
+ "grpc_test_util",
+ "grpc++",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
+ "name": "crash_test_server",
+ "build": "test",
+ "run": false,
+ "language": "c++",
+ "src": [
+ "test/cpp/end2end/crash_test_server.cc"
+ ],
+ "deps": [
+ "grpc++_test_util",
+ "grpc_test_util",
+ "grpc++",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
"name": "credentials_test",
"build": "test",
"language": "c++",