Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index fe8091efb36ed1c50adb666df39b0f80a65d1692..9cd7ecba775001d6deb91c1f4594dc8054cdb7ea 100755 |
--- a/tools/run-tests.py |
+++ b/tools/run-tests.py |
@@ -68,6 +68,7 @@ TEST_MAP = { |
"preparser", |
"intl", |
"unittests", |
+ "parser_fuzzer", |
Michael Achenbach
2016/01/20 10:47:17
This list only supports toplevel entries in v8/tes
|
], |
"default": [ |
"mjsunit", |
@@ -76,6 +77,7 @@ TEST_MAP = { |
"preparser", |
"intl", |
"unittests", |
+ "parser_fuzzer", |
], |
"ignition": [ |
"mjsunit", |