blob: dd03ab8384a5c985ff6993bed92dc186a45e54ed [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 Murdoch4a90d5f2016-03-22 12:00:34 +00007 './cctest.status',
8 './testcfg.py',
Ben Murdochda12d292016-06-02 14:46:10 +01009 './interpreter/bytecode_expectations/',
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000010 ],
11 },
12 'includes': [
Ben Murdoch097c5b22016-05-18 11:27:45 +010013 'cctest_exe.isolate',
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000014 '../../tools/testrunner/testrunner.isolate',
15 ],
Ben Murdoch097c5b22016-05-18 11:27:45 +010016}