| Index: test/cctest/SConscript
|
| diff --git a/test/cctest/SConscript b/test/cctest/SConscript
|
| index e2b0fc9f51d40a83c8532d5a0edeb2c606929030..559f807997269155191f5597afd354b453118761 100644
|
| --- a/test/cctest/SConscript
|
| +++ b/test/cctest/SConscript
|
| @@ -97,7 +97,8 @@ SOURCES = {
|
| 'arch:x64': ['test-assembler-x64.cc',
|
| 'test-macro-assembler-x64.cc',
|
| 'test-log-stack-tracer.cc'],
|
| - 'arch:mips': ['test-assembler-mips.cc'],
|
| + 'arch:mips': ['test-assembler-mips.cc',
|
| + 'test-disasm-mips.cc'],
|
| 'os:linux': ['test-platform-linux.cc'],
|
| 'os:macos': ['test-platform-macos.cc'],
|
| 'os:nullos': ['test-platform-nullos.cc'],
|
|
|