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

Unified Diff: tests/barebones/nacl.scons

Issue 9696046: Add test running support for tests generated as pexes. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: suggestions Created 8 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/barebones/nacl.scons
diff --git a/tests/barebones/nacl.scons b/tests/barebones/nacl.scons
index 52a58cd07461d79d1a48584b8b536f8d851d9c1d..4333291c91ac41ee5ae9bebf8f914ab657c9f3bb 100644
--- a/tests/barebones/nacl.scons
+++ b/tests/barebones/nacl.scons
@@ -15,7 +15,8 @@ is_glibc = env.Bit('nacl_glibc')
env.Replace(LIBS=[],
EXTRA_LIBS=[],
- LINKFLAGS=['-nostdlib'])
+ LINKFLAGS=['-nostdlib'],
+ TRANSLATEFLAGS=['-nostdlib'])
# This setting will affect the barebones_regs.c test
if env.Bit('build_arm'):

Powered by Google App Engine
This is Rietveld 408576698