2015-10-14 17:34:58 +00:00
|
|
|
# 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.
|
|
|
|
{
|
2016-01-19 17:03:22 +00:00
|
|
|
'variables': {
|
|
|
|
'command': [
|
|
|
|
'../tools/run-tests.py',
|
|
|
|
],
|
|
|
|
},
|
2015-10-14 17:34:58 +00:00
|
|
|
'includes': [
|
|
|
|
'cctest/cctest.isolate',
|
2016-10-21 06:37:29 +00:00
|
|
|
'debugger/debugger.isolate',
|
2016-10-12 07:31:53 +00:00
|
|
|
'inspector/inspector.isolate',
|
2015-10-14 17:34:58 +00:00
|
|
|
'intl/intl.isolate',
|
|
|
|
'mjsunit/mjsunit.isolate',
|
|
|
|
'webkit/webkit.isolate',
|
|
|
|
],
|
|
|
|
}
|