2015-10-19 09:52:33 +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-19 09:52:33 +00:00
|
|
|
'includes': [
|
|
|
|
'cctest/cctest.isolate',
|
2016-01-26 10:38:37 +00:00
|
|
|
'fuzzer/fuzzer.isolate',
|
2015-10-19 09:52:33 +00:00
|
|
|
'intl/intl.isolate',
|
|
|
|
'message/message.isolate',
|
|
|
|
'mjsunit/mjsunit.isolate',
|
|
|
|
'preparser/preparser.isolate',
|
|
|
|
'unittests/unittests.isolate',
|
|
|
|
'webkit/webkit.isolate',
|
|
|
|
],
|
|
|
|
}
|