Chromium Code Reviews| Index: tests.gyp |
| diff --git a/tests.gyp b/tests.gyp |
| index aaeee7988f57cacc8f07ccb0cb389765ef231e65..b7a8b3e52683d08b4f960c5718aaa7212460b9ea 100644 |
| --- a/tests.gyp |
| +++ b/tests.gyp |
| @@ -57,9 +57,9 @@ |
| }, |
| ], |
| 'conditions': [ |
| - ['target_arch!="arm"', { |
| + ['target_arch!="arm" and target_arch!="mipsel"', { |
| 'targets': [ |
| - # Only build the tests on arm, but don't try to run them |
| + # Only build the tests on arm and mips, but don't try to run them |
| { |
| 'target_name': 'test_hello_world_nexe', |
| 'type': 'none', |