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

Unified Diff: test/cctest/cctest.gyp

Issue 11275184: First draft of the sh4 port Base URL: http://github.com/v8/v8.git@master
Patch Set: Use GYP and fixe some typos 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
« no previous file with comments | « src/v8globals.h ('k') | test/cctest/test-assembler-sh4.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index 80eecfd0316f2e87d8590bfdbdd0cc03c0a95072..8ed9c66c68e1112cdbba1e2fd8a42b949d796fc4 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -125,6 +125,15 @@
'test-disasm-mips.cc',
],
}],
+ ['v8_target_arch=="sh4"', {
+ 'sources': [
+ 'test-sh4.cc',
+ 'test-assembler-sh4.cc',
+ 'test-macro-assembler-sh4.cc',
+ 'test-code-stub-sh4.cc',
+ 'test-regressions-sh4.c',
+ ],
+ }],
[ 'OS=="linux"', {
'sources': [
'test-platform-linux.cc',
« no previous file with comments | « 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