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

Unified Diff: tests/mmap/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/mmap/nacl.scons
diff --git a/tests/mmap/nacl.scons b/tests/mmap/nacl.scons
index 908a98343f6da7d20438e4853f9c4e9afbbf2c9c..b71531a03a8c11adf96ee23e35c00a0c42ec63a4 100644
--- a/tests/mmap/nacl.scons
+++ b/tests/mmap/nacl.scons
@@ -29,7 +29,7 @@ env.AddNodeToTestSuite(node,
is_broken=env.Bit('target_arm') and env.UsingEmulator())
mmap_atomicity_nexe = env.ComponentProgram(
- 'mmap_atomicity.nexe', 'mmap_atomicity.c',
+ 'mmap_atomicity', 'mmap_atomicity.c',
EXTRA_LIBS=['${PTHREAD_LIBS}', '${NONIRT_LIBS}'])
node = env.CommandSelLdrTestNacl(
'mmap_atomicity_test.out', mmap_atomicity_nexe)

Powered by Google App Engine
This is Rietveld 408576698