Chromium Code Reviews| Index: tools/presubmit.py |
| diff --git a/tools/presubmit.py b/tools/presubmit.py |
| index 9a0a3ba5029de0aec6381e3e30b7dedc6cbd4d03..d8500c427994d10c41de28f185ee378723818441 100755 |
| --- a/tools/presubmit.py |
| +++ b/tools/presubmit.py |
| @@ -236,7 +236,7 @@ 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')] |
|
Sven Panne
2014/08/05 07:20:16
80 columns
Benedikt Meurer
2014/08/05 08:06:02
Done.
|
| def GetCpplintScript(self, prio_path): |
| for path in [prio_path] + os.environ["PATH"].split(os.pathsep): |