| Index: tools/check-static-initializers.isolate
|
| diff --git a/test/ignition.isolate b/tools/check-static-initializers.isolate
|
| similarity index 52%
|
| copy from test/ignition.isolate
|
| copy to tools/check-static-initializers.isolate
|
| index 9604a694b2d9a8d1344b76b674fcf6499ca8e41d..d1197d3d6c998faf82ab4b3d5721f9d3a8cbdcc8 100644
|
| --- a/test/ignition.isolate
|
| +++ b/tools/check-static-initializers.isolate
|
| @@ -2,8 +2,15 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| {
|
| + 'variables': {
|
| + 'command': [
|
| + 'check-static-initializers.sh',
|
| + ],
|
| + 'files': [
|
| + 'check-static-initializers.sh',
|
| + ],
|
| + },
|
| 'includes': [
|
| - 'cctest/cctest.isolate',
|
| - 'mjsunit/mjsunit.isolate',
|
| + '../src/d8.isolate',
|
| ],
|
| }
|
|
|