aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-21 14:22:46 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-21 14:22:46 -0800
commitce62feb37059eca26b607deb0b9974bce148cc64 (patch)
tree55da1e4c9b96c4f8bd0fd13d91109892317b4eea /templates/tools
parentde5d09017b2852881586f0c63db0665c68e5c4bc (diff)
Fix sanity
Diffstat (limited to 'templates/tools')
-rw-r--r--templates/tools/run_tests/sources_and_headers.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/run_tests/sources_and_headers.json.template b/templates/tools/run_tests/sources_and_headers.json.template
index ba1c5a5ef8..04802772af 100644
--- a/templates/tools/run_tests/sources_and_headers.json.template
+++ b/templates/tools/run_tests/sources_and_headers.json.template
@@ -32,5 +32,5 @@
proto_headers(tgt.src)),
"deps": sorted(tgt.get('deps', []))}
for tgt in (targets + libs)
- if not tgt.boringssl],
+ if not tgt.boringssl and not tgt.zlib],
sort_keys=True, indent=2)}