2016-01-04 17:26:22 +00:00
|
|
|
# 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.
|
|
|
|
{
|
2016-01-19 17:03:22 +00:00
|
|
|
'variables': {
|
|
|
|
'command': [
|
|
|
|
'../tools/run-tests.py',
|
|
|
|
],
|
|
|
|
},
|
2016-01-04 17:26:22 +00:00
|
|
|
'includes': [
|
|
|
|
'cctest/cctest.isolate',
|
|
|
|
'mjsunit/mjsunit.isolate',
|
2016-03-11 08:45:20 +00:00
|
|
|
'message/message.isolate',
|
2016-03-14 16:12:37 +00:00
|
|
|
'webkit/webkit.isolate',
|
2016-01-04 17:26:22 +00:00
|
|
|
],
|
|
|
|
}
|