| Index: test/cctest/SConscript
|
| diff --git a/test/cctest/SConscript b/test/cctest/SConscript
|
| index 91034034a1dab90f5a3a4058829abe9134dd5116..f041041c11ec551bfb56fc0d6543120531917e6c 100644
|
| --- a/test/cctest/SConscript
|
| +++ b/test/cctest/SConscript
|
| @@ -67,7 +67,9 @@ SOURCES = {
|
| 'test-disasm-ia32.cc',
|
| 'test-log-stack-tracer.cc'
|
| ],
|
| - 'arch:x64': ['test-assembler-x64.cc', 'test-log-stack-tracer.cc'],
|
| + 'arch:x64': ['test-assembler-x64.cc',
|
| + 'test-macro-assembler-x64.cc',
|
| + 'test-log-stack-tracer.cc'],
|
| 'os:linux': ['test-platform-linux.cc'],
|
| 'os:macos': ['test-platform-macos.cc'],
|
| 'os:nullos': ['test-platform-nullos.cc'],
|
|
|