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

Unified Diff: tests/thread_capture/nacl.scons

Issue 12667019: [MIPS] Support for building tests for MIPS (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: updates to sandboxed_mips.S. Created 7 years, 9 months 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: tests/thread_capture/nacl.scons
diff --git a/tests/thread_capture/nacl.scons b/tests/thread_capture/nacl.scons
index 21aeb7a3a42a134902605f1d123a3fe7ca28137b..1b20d02584e4a75f805196c642509f31315f9534 100644
--- a/tests/thread_capture/nacl.scons
+++ b/tests/thread_capture/nacl.scons
@@ -31,6 +31,9 @@ if trusted_env.Bit('linux') or trusted_env.Bit('mac'):
elif env.Bit('target_arm'):
test_injection_files += [
'arch/arm/thread_capture_test_injection.c']
+ elif env.Bit('target_mips32'):
+ test_injection_files += [
+ 'arch/mips/thread_capture_test_injection.c']
else:
raise Exception('Unsupported target')

Powered by Google App Engine
This is Rietveld 408576698