| Index: tests/ppapi_simple_tests/nacl.scons
|
| ===================================================================
|
| --- tests/ppapi_simple_tests/nacl.scons (revision 5777)
|
| +++ tests/ppapi_simple_tests/nacl.scons (working copy)
|
| @@ -15,7 +15,7 @@
|
| ]
|
|
|
| for test_exe, test_inputs in TESTS:
|
| - nexe = env.ComponentProgram('ppapi_simple_' + test_exe + '.nexe',
|
| + nexe = env.ComponentProgram('ppapi_simple_' + test_exe,
|
| [test_exe + '.cc'],
|
| EXTRA_LIBS=['${PPAPI_LIBS}',
|
| 'ppapi_cpp',
|
| @@ -28,6 +28,7 @@
|
| for test in test_inputs:
|
| node = env.SelUniversalTest(
|
| 'ppapi_simple_' + test + '.out',
|
| + nexe,
|
| sel_universal_flags=[
|
| '--silence_nexe',
|
| '--command_file',
|
| @@ -36,7 +37,6 @@
|
| env.File(test +'.stdin'),
|
| ],
|
| uses_ppapi=True,
|
| - command=[nexe],
|
| stdout_golden=env.File(test + '.stdout'),
|
| )
|
|
|
|
|