Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: tools/presubmit.py

Issue 479503004: Add missing test directories to presubmit.py. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/presubmit.py
diff --git a/tools/presubmit.py b/tools/presubmit.py
index 4b22444f9eac3ec474d96898f8e5e75cf92f9581..5f3d8fd9918809ce244d9289ca1ec94618bc20c0 100755
--- a/tools/presubmit.py
+++ b/tools/presubmit.py
@@ -239,7 +239,9 @@ class CppLintProcessor(SourceFileProcessor):
return ['src', 'include', 'samples',
join('test', 'base-unittests'),
join('test', 'cctest'),
- join('test', 'compiler-unittests')]
+ join('test', 'compiler-unittests'),
+ join('test', 'heap-unittests'),
+ join('test', 'runtime-unittests')]
def GetCpplintScript(self, prio_path):
for path in [prio_path] + os.environ["PATH"].split(os.pathsep):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698