diff options
Diffstat (limited to 'deps/v8/test/d8_default.isolate')
-rw-r--r-- | deps/v8/test/d8_default.isolate | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/deps/v8/test/d8_default.isolate b/deps/v8/test/d8_default.isolate new file mode 100644 index 0000000000..efeae64cae --- /dev/null +++ b/deps/v8/test/d8_default.isolate @@ -0,0 +1,18 @@ +# Copyright 2018 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': { + 'command': [ + '../tools/run-tests.py', + ], + }, + 'includes': [ + 'debugger/debugger.isolate', + 'intl/intl.isolate', + 'message/message.isolate', + 'mjsunit/mjsunit.isolate', + 'preparser/preparser.isolate', + 'webkit/webkit.isolate', + ], +} |