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

Unified Diff: tests/custom_desc/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/barebones/nacl.scons ('k') | tests/gdb/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/custom_desc/nacl.scons
diff --git a/tests/custom_desc/nacl.scons b/tests/custom_desc/nacl.scons
index 3ba7f4ccdec918822e23683a021211bec6c7e835..5de6bf9e1b3f4eb685309dc825834508a5f199ea 100644
--- a/tests/custom_desc/nacl.scons
+++ b/tests/custom_desc/nacl.scons
@@ -17,8 +17,7 @@ test_guest = env.ComponentProgram(
'desc_test_guest', ['desc_test_guest.c'],
EXTRA_LIBS=['imc_syscalls', '${NONIRT_LIBS}'])
-if env.ShouldTranslateToNexe(test_guest):
- test_guest = env.GetTranslatedNexe(test_guest)
+test_guest = env.GetTranslatedNexe(test_guest)
node = env.CommandTest('custom_desc_test.out',
env.AddBootstrap(test_host, [test_guest]))
« no previous file with comments | « tests/barebones/nacl.scons ('k') | tests/gdb/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698