aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sanity
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-12 08:42:03 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-12 08:42:03 -0700
commit4e9576663113f28fb4a6aaec43c8950666caff44 (patch)
tree73cbdfcb20d19725e7843953397d18fe4dba0bd1 /tools/run_tests/sanity
parentf4db2ea2a2266959c13e9f8da1b65c587e98593a (diff)
Fix sanity
Diffstat (limited to 'tools/run_tests/sanity')
-rwxr-xr-xtools/run_tests/sanity/check_sources_and_headers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/sanity/check_sources_and_headers.py b/tools/run_tests/sanity/check_sources_and_headers.py
index c27a0b79e9..cae175cfc3 100755
--- a/tools/run_tests/sanity/check_sources_and_headers.py
+++ b/tools/run_tests/sanity/check_sources_and_headers.py
@@ -36,6 +36,7 @@ def get_target(name):
assert False, 'no target %s' % name
def target_has_header(target, name):
+ if name.startswith('absl/'): return True
# print target['name'], name
if name in target['headers']:
return True