Commit bcef1fa4 authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Add missing test directories to presubmit.py.

R=machenbach@chromium.org
BUG=v8:3489
LOG=n

Review URL: https://codereview.chromium.org/479503004

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23294 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 3193f59a
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment