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

Unified Diff: tests/minnacl/nacl.scons

Issue 12594036: Add a scons pnacl finalize step for pnacl_generate_pexe tests. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Use StripSuffix 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
« no previous file with comments | « tests/gdb/nacl.scons ('k') | tests/multiple_sandboxes/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/minnacl/nacl.scons
diff --git a/tests/minnacl/nacl.scons b/tests/minnacl/nacl.scons
index cd2fc3542175771417bbfcbfe38ec44aa8aaeea3..9f34ca5d3954e677fc58eefd7de867fed347d9ec 100644
--- a/tests/minnacl/nacl.scons
+++ b/tests/minnacl/nacl.scons
@@ -27,9 +27,8 @@ test_prog = env.ComponentProgram(
['minimal_test_guest.c'],
EXTRA_LINKFLAGS=['-nostdlib'])
-if env.ShouldTranslateToNexe(test_prog):
- env.Replace(TRANSLATEFLAGS=['-nostdlib'])
- test_prog = env.GetTranslatedNexe(test_prog)
+env.Replace(TRANSLATEFLAGS=['-nostdlib'])
+test_prog = env.GetTranslatedNexe(test_prog)
is_broken = not env.Bit('nacl_static_link')
« no previous file with comments | « tests/gdb/nacl.scons ('k') | tests/multiple_sandboxes/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698