Revision: 23294
Author: [email protected]
Date: Fri Aug 22 07:54:41 2014 UTC
Log: Add missing test directories to presubmit.py.
[email protected]
BUG=v8:3489
LOG=n
Review URL: https://codereview.chromium.org/479503004
https://code.google.com/p/v8/source/detail?r=23294
Modified:
/branches/bleeding_edge/tools/presubmit.py
=======================================
--- /branches/bleeding_edge/tools/presubmit.py Mon Aug 11 14:07:08 2014 UTC
+++ /branches/bleeding_edge/tools/presubmit.py Fri Aug 22 07:54:41 2014 UTC
@@ -239,7 +239,9 @@
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.