| Index: test/cctest/cctest_exe.isolate
|
| diff --git a/test/ignition.isolate b/test/cctest/cctest_exe.isolate
|
| similarity index 66%
|
| copy from test/ignition.isolate
|
| copy to test/cctest/cctest_exe.isolate
|
| index 7e4e581a6b085c1925cdffc6d21a8f3d1e9207e2..da5327846e7dfc1f6a7b155b984c58614de4c238 100644
|
| --- a/test/ignition.isolate
|
| +++ b/test/cctest/cctest_exe.isolate
|
| @@ -3,12 +3,11 @@
|
| # found in the LICENSE file.
|
| {
|
| 'variables': {
|
| - 'command': [
|
| - '../tools/run-tests.py',
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/cctest<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
| 'includes': [
|
| - 'cctest/cctest.isolate',
|
| - 'mjsunit/mjsunit.isolate',
|
| + '../../src/base.isolate',
|
| ],
|
| }
|
|
|