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

Unified Diff: tests/imc_shm_mmap/nacl.scons

Issue 7242011: Get rid of assumptions about ".nexe" extension. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 6 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/hello_world/nacl.scons ('k') | tests/imc_sockets/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/imc_shm_mmap/nacl.scons
===================================================================
--- tests/imc_shm_mmap/nacl.scons (revision 5777)
+++ tests/imc_shm_mmap/nacl.scons (working copy)
@@ -5,7 +5,7 @@
Import('env')
-imc_shm_mmap_test_nexe_name = ('imc_shm_mmap_test_%s.nexe' %
+imc_shm_mmap_test_nexe_name = ('imc_shm_mmap_test_%s' %
env.get('TARGET_FULLARCH'))
imc_shm_mmap_test_nexe = env.ComponentProgram(imc_shm_mmap_test_nexe_name,
'imc_shm_mmap_test.c',
@@ -22,7 +22,7 @@
node = env.CommandSelLdrTestNacl(
'imc_shm_mmap_test.out',
- command=[imc_shm_mmap_test_nexe],
+ imc_shm_mmap_test_nexe,
# We need to set this because the test needs to behave
# differently in the plugin, but the plugin does not provide a
# way to distinguish itself. TODO(mseaborn): Fix that.
« no previous file with comments | « tests/hello_world/nacl.scons ('k') | tests/imc_sockets/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698