Index: test/cctest/SConscript |
diff --git a/test/cctest/SConscript b/test/cctest/SConscript |
index bcd1e987c3ba1fc6f3231b0fa75bc2efae10141e..95dd3bba80c6596e25a8f4670a50ab879d83280a 100644 |
--- a/test/cctest/SConscript |
+++ b/test/cctest/SConscript |
@@ -100,12 +100,19 @@ SOURCES = { |
'test-unbound-queue.cc', |
'test-utils.cc', |
'test-version.cc', |
- 'test-weakmaps.cc' |
+ 'test-weakmaps.cc', |
+ 'test-regressions-sh4.cc' |
], |
'arch:arm': [ |
'test-assembler-arm.cc', |
'test-disasm-arm.cc' |
], |
+ 'arch:sh4': [ |
+ 'test-sh4.cc', |
+ 'test-assembler-sh4.cc', |
+ 'test-macro-assembler-sh4.cc', |
+ 'test-code-stub-sh4.cc' |
+ ], |
'arch:ia32': [ |
'test-assembler-ia32.cc', |
'test-disasm-ia32.cc', |