Index: tools/presubmit.py |
diff --git a/tools/presubmit.py b/tools/presubmit.py |
index 8a6ff2af13423eefad75f1f31b34ed09c15c4cab..3b58084c2e91a9845b7ba1400385f79dea6ec210 100755 |
--- a/tools/presubmit.py |
+++ b/tools/presubmit.py |
@@ -236,7 +236,8 @@ class CppLintProcessor(SourceFileProcessor): |
or (name in CppLintProcessor.IGNORE_LINT)) |
def GetPathsToSearch(self): |
- return ['src', 'include', 'samples', join('test', 'cctest')] |
+ return ['src', 'include', 'samples', join('test', 'cctest'), |
+ join('test', 'unittests')] |
def GetCpplintScript(self, prio_path): |
for path in [prio_path] + os.environ["PATH"].split(os.pathsep): |