Index: tests/srpc_message/nacl.scons |
=================================================================== |
--- tests/srpc_message/nacl.scons (revision 5777) |
+++ tests/srpc_message/nacl.scons (working copy) |
@@ -8,7 +8,7 @@ |
###################################################################### |
# Simple RPC message fragmentation tests |
###################################################################### |
-srpc_message_nexe = env.ComponentProgram('srpc_message.nexe', 'srpc_message.c', |
+srpc_message_nexe = env.ComponentProgram('srpc_message', 'srpc_message.c', |
EXTRA_LIBS=[ |
'srpc', |
'platform', |
@@ -18,8 +18,8 @@ |
node = env.CommandSelLdrTestNacl( |
'srpc_message_test.out', |
+ srpc_message_nexe, |
loader='sel_ldr', |
- command=[srpc_message_nexe], |
exit_status='0' |
) |
env.AddNodeToTestSuite(node, ['small_tests'], 'run_srpc_message_test') |