| Index: tools/run-tests.py
|
| diff --git a/tools/run-tests.py b/tools/run-tests.py
|
| index 6e9f5549d811b44b488feb94c3d431ffdbac1825..c3c2a0932b301af29468a653d8478ab6af70607e 100755
|
| --- a/tools/run-tests.py
|
| +++ b/tools/run-tests.py
|
| @@ -51,7 +51,8 @@ from testrunner.objects import context
|
|
|
| ARCH_GUESS = utils.DefaultArch()
|
| DEFAULT_TESTS = ["mjsunit", "fuzz-natives", "base-unittests",
|
| - "cctest", "compiler-unittests", "message", "preparser"]
|
| + "cctest", "compiler-unittests", "heap-unittests",
|
| + "runtime-unittests", "message", "preparser"]
|
| TIMEOUT_DEFAULT = 60
|
| TIMEOUT_SCALEFACTOR = {"debug" : 4,
|
| "release" : 1 }
|
|
|