2015-10-05 09:48:25 +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.
|
|
|
|
{
|
|
|
|
'variables': {
|
|
|
|
'files': [
|
|
|
|
'./cctest.status',
|
|
|
|
'./testcfg.py',
|
2016-02-25 12:07:07 +00:00
|
|
|
'./interpreter/bytecode_expectations/',
|
2015-10-05 09:48:25 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'includes': [
|
2016-02-15 11:17:05 +00:00
|
|
|
'cctest_exe.isolate',
|
2015-10-05 09:48:25 +00:00
|
|
|
'../../tools/testrunner/testrunner.isolate',
|
|
|
|
],
|
2016-02-15 11:17:05 +00:00
|
|
|
}
|