Index: test/fuzzer/parser_fuzzer.isolate |
diff --git a/test/unittests/unittests.isolate b/test/fuzzer/parser_fuzzer.isolate |
similarity index 63% |
copy from test/unittests/unittests.isolate |
copy to test/fuzzer/parser_fuzzer.isolate |
index ae503bf9bf38a02e8826f241ea30bfbad41ccfad..95fe4ad05ec2ef589bfc13f8e10e47798fe21a30 100644 |
--- a/test/unittests/unittests.isolate |
+++ b/test/fuzzer/parser_fuzzer.isolate |
@@ -1,15 +1,15 @@ |
-# Copyright 2015 the V8 project authors. All rights reserved. |
+# Copyright 2016 the V8 project authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
{ |
'variables': { |
'files': [ |
- '<(PRODUCT_DIR)/unittests<(EXECUTABLE_SUFFIX)', |
- './unittests.status', |
+ '<(PRODUCT_DIR)/parser_fuzzer<(EXECUTABLE_SUFFIX)', |
+ './parser/*', |
], |
}, |
'includes': [ |
'../../src/base.isolate', |
'../../tools/testrunner/testrunner.isolate', |
], |
-} |
+} |