Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Unified Diff: test/cctest/SConscript

Issue 11275184: First draft of the sh4 port Base URL: http://github.com/v8/v8.git@master
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
« src/platform-posix.cc ('K') | « src/v8globals.h ('k') | test/cctest/test-assembler-sh4.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698