Reviewers: Michael Achenbach,

Description:
Add missing test directories to presubmit.py.

[email protected]
BUG=v8:3489
LOG=n

Please review this at https://codereview.chromium.org/479503004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+3, -1 lines):
  M tools/presubmit.py


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):


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to