Import Cobalt 13.102542
Change-Id: I6bda7b03a2e33edfd735efcb981e2a731696b90d
diff --git a/src/v8/test/default.isolate b/src/v8/test/default.isolate
new file mode 100644
index 0000000..e910463
--- /dev/null
+++ b/src/v8/test/default.isolate
@@ -0,0 +1,23 @@
+# Copyright 2015 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': [
+ 'cctest/cctest.isolate',
+ 'debugger/debugger.isolate',
+ 'fuzzer/fuzzer.isolate',
+ 'inspector/inspector.isolate'
+ 'intl/intl.isolate',
+ 'message/message.isolate',
+ 'mjsunit/mjsunit.isolate',
+ 'mkgrokdump/mkgrokdump.isolate',
+ 'preparser/preparser.isolate',
+ 'unittests/unittests.isolate',
+ 'wasm-spec-tests/wasm-spec-tests.isolate',
+ ],
+}