Index: test/cctest/cctest.gyp |
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp |
index 2e00e88b5b77874bd3af9a405c6098f0df9425f4..ba8afabd24acdb0b37feae5569c3e840233f0a0b 100644 |
--- a/test/cctest/cctest.gyp |
+++ b/test/cctest/cctest.gyp |
@@ -269,6 +269,15 @@ |
'test-disasm-ppc.cc' |
], |
}], |
+ ['v8_target_arch=="mips"', { |
+ 'sources': [ ### gcmole(arch:mipsel) ### |
balazs.kilvady
2016/04/06 10:36:22
### gcmole(arch:mips) ###. Copy-paste is not so re
Ilija.Pavlovic1
2016/04/06 14:52:47
Done.
|
+ 'test-assembler-mips.cc', |
+ 'test-code-stubs.cc', |
+ 'test-code-stubs-mips.cc', |
+ 'test-disasm-mips.cc', |
+ 'test-macro-assembler-mips.cc' |
+ ], |
+ }], |
['v8_target_arch=="mipsel"', { |
'sources': [ ### gcmole(arch:mipsel) ### |
'test-assembler-mips.cc', |
@@ -278,6 +287,15 @@ |
'test-macro-assembler-mips.cc' |
], |
}], |
+ ['v8_target_arch=="mips64"', { |
+ 'sources': [ |
balazs.kilvady
2016/04/06 10:36:22
### gcmole(arch:mips64) ###should be added behind
Ilija.Pavlovic1
2016/04/06 14:52:47
Done.
|
+ 'test-assembler-mips64.cc', |
+ 'test-code-stubs.cc', |
+ 'test-code-stubs-mips64.cc', |
+ 'test-disasm-mips64.cc', |
+ 'test-macro-assembler-mips64.cc' |
+ ], |
+ }], |
['v8_target_arch=="mips64el"', { |
'sources': [ |
balazs.kilvady
2016/04/06 10:36:22
### gcmole(arch:mips64el) ###should be added behin
Ilija.Pavlovic1
2016/04/06 14:52:47
Done.
|
'test-assembler-mips64.cc', |