Index: tests/longjmp/nacl.scons |
=================================================================== |
--- tests/longjmp/nacl.scons (revision 5777) |
+++ tests/longjmp/nacl.scons (working copy) |
@@ -5,10 +5,10 @@ |
Import('env') |
-env.ComponentProgram('longjmp.nexe', 'longjmp.c') |
+nexe = env.ComponentProgram('longjmp', 'longjmp.c') |
longjmp = env.CommandSelLdrTestNacl( |
'longjmp.out', |
- command=[env.File('longjmp.nexe')]) |
+ nexe) |
env.AddNodeToTestSuite(longjmp, ['small_tests'], 'run_longjmp_test') |