aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sources_and_headers.json
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-12-09 14:17:52 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2015-12-09 14:17:52 -0800
commita5aa19b8b6c8ce2c2ce9baa8b0108e91b9c330b1 (patch)
tree1e2db2da10c60db11ae833d72f2fa0e2b7658e88 /tools/run_tests/sources_and_headers.json
parentf80b536a5a806e7a9cfdac87eacf52c24aa0b723 (diff)
PR comments
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r--tools/run_tests/sources_and_headers.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index 6538c50954..d1f6c14dee 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -4,6 +4,18 @@
{
"deps": [
"gpr",
+ "gpr_test_util"
+ ],
+ "headers": [],
+ "language": "c",
+ "name": "alloc_test",
+ "src": [
+ "test/core/support/alloc_test.c"
+ ]
+ },
+ {
+ "deps": [
+ "gpr",
"gpr_test_util",
"grpc",
"grpc_test_util"