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

Unified Diff: tests/toolchain/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
« tests/minnacl/nacl.scons ('K') | « tests/threads/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/toolchain/nacl.scons
diff --git a/tests/toolchain/nacl.scons b/tests/toolchain/nacl.scons
index d0db12fe95780b2a06cefa2bd2619d72eaa8be7f..d8bb0edeaa8878b506a3df768585a9ee2aedeee6 100644
--- a/tests/toolchain/nacl.scons
+++ b/tests/toolchain/nacl.scons
@@ -30,7 +30,7 @@ nexe = env.ComponentProgram('dummy', 'dummy.c',
LIBS=DEP_LIBS,
_LIBFLAGS='')
node = env.CommandValidatorTestNacl('whole_archive_test.out',
- image=[nexe])
+ image=nexe)
env.AddNodeToTestSuite(node,
['toolchain_tests', 'small_tests'],
'run_whole_archive_test')
« tests/minnacl/nacl.scons ('K') | « tests/threads/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698