blob: 0ac045af17c42294b96e7d527870055a839685a6 [file] [log] [blame]
Ben Murdoch4a90d5f2016-03-22 12:00:34 +00001# Copyright 2015 the V8 project authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4{
5 'variables': {
6 'files': [
Ben Murdoch097c5b22016-05-18 11:27:45 +01007 'data.tar',
8 'harness-adapt.js',
9 'test262.status',
10 'testcfg.py',
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000011 ],
12 },
13 'includes': [
14 '../../src/d8.isolate',
15 '../../tools/testrunner/testrunner.isolate',
16 ],
Ben Murdoch097c5b22016-05-18 11:27:45 +010017}