diff options
Diffstat (limited to 'tools/checkdeps/testdata/DEPS')
-rw-r--r-- | tools/checkdeps/testdata/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checkdeps/testdata/DEPS b/tools/checkdeps/testdata/DEPS index 8cb5054..f0657f5 100644 --- a/tools/checkdeps/testdata/DEPS +++ b/tools/checkdeps/testdata/DEPS @@ -3,3 +3,6 @@ include_rules = [ "+tools/checkdeps/testdata/allowed", "-third_party/explicitly_disallowed", ] +skip_child_includes = [ + "checkdeps_test", +] |