| Index: test/cctest/cctest.gyp
|
| diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
|
| index 5a6c109ac2cc3964f86a75d0f63393c0de97c859..c2405209f75ad215d6b16e99b9c1490fc4f4d2d8 100644
|
| --- a/test/cctest/cctest.gyp
|
| +++ b/test/cctest/cctest.gyp
|
| @@ -256,7 +256,8 @@
|
| 'test-code-stubs.cc',
|
| 'test-code-stubs-mips.cc',
|
| 'test-disasm-mips.cc',
|
| - 'test-macro-assembler-mips.cc'
|
| + 'test-macro-assembler-mips.cc',
|
| + 'test-wasm-relocation-disasm-mips.cc'
|
| ],
|
| }],
|
| ['v8_target_arch=="mips64el"', {
|
| @@ -265,7 +266,8 @@
|
| 'test-code-stubs.cc',
|
| 'test-code-stubs-mips64.cc',
|
| 'test-disasm-mips64.cc',
|
| - 'test-macro-assembler-mips64.cc'
|
| + 'test-macro-assembler-mips64.cc',
|
| + 'test-wasm-relocation-disasm-mips64.cc'
|
| ],
|
| }],
|
| ['v8_target_arch=="x87"', {
|
|
|