| Index: test/cctest/cctest.gyp
|
| diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
|
| index 921c1a4248cc67ea822ee94125a3d8207cb1d44a..187bdf3236a0abdfadc4db8e077ed17f9cf7a798 100644
|
| --- a/test/cctest/cctest.gyp
|
| +++ b/test/cctest/cctest.gyp
|
| @@ -88,7 +88,9 @@
|
| 'test-liveedit.cc',
|
| 'test-lockers.cc',
|
| 'test-log.cc',
|
| + 'test-microtask-delivery.cc',
|
| 'test-mark-compact.cc',
|
| + 'test-mementos.cc',
|
| 'test-mutex.cc',
|
| 'test-object-observe.cc',
|
| 'test-parsing.cc',
|
| @@ -150,9 +152,23 @@
|
| 'test-macro-assembler-arm.cc'
|
| ],
|
| }],
|
| + ['v8_target_arch=="a64"', {
|
| + 'sources': [
|
| + 'test-utils-a64.cc',
|
| + 'test-assembler-a64.cc',
|
| + 'test-code-stubs.cc',
|
| + 'test-code-stubs-a64.cc',
|
| + 'test-disasm-a64.cc',
|
| + 'test-fuzz-a64.cc',
|
| + 'test-javascript-a64.cc',
|
| + 'test-js-a64-variables.cc'
|
| + ],
|
| + }],
|
| ['v8_target_arch=="mipsel"', {
|
| 'sources': [
|
| 'test-assembler-mips.cc',
|
| + 'test-code-stubs.cc',
|
| + 'test-code-stubs-mips.cc',
|
| 'test-disasm-mips.cc',
|
| 'test-macro-assembler-mips.cc'
|
| ],
|
|
|