aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sources_and_headers.json
diff options
context:
space:
mode:
authorGravatar jboeuf <jboeuf@users.noreply.github.com>2016-01-06 12:51:58 -0800
committerGravatar jboeuf <jboeuf@users.noreply.github.com>2016-01-06 12:51:58 -0800
commit0850640213266afc64c1f6f7e10728037129f117 (patch)
treea2a8e3e99b48122746a0e774ba28b4199a6a8b0e /tools/run_tests/sources_and_headers.json
parentbbb94bd6fcb85c27498c85724340bbaaf30be6b0 (diff)
parentea21ca234c01be8fc95c1fed0a2ea264773208db (diff)
Merge pull request #4589 from ctiller/enforcer
Add a test to ensure public core headers are C89
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 a1beafd41e..3af1bbaccc 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -2030,6 +2030,18 @@
},
{
"deps": [
+ "gpr",
+ "grpc"
+ ],
+ "headers": [],
+ "language": "c89",
+ "name": "public_headers_must_be_c89",
+ "src": [
+ "test/core/surface/public_headers_must_be_c89.c"
+ ]
+ },
+ {
+ "deps": [
"end2end_certs",
"end2end_tests",
"gpr",