Chromium Code Reviews| Index: tests/chrome_extension/nacl.scons |
| =================================================================== |
| --- tests/chrome_extension/nacl.scons (revision 5756) |
| +++ tests/chrome_extension/nacl.scons (working copy) |
| @@ -12,7 +12,7 @@ |
| Return() |
| -nexe = 'ppapi_test_example_%s.nexe' % env.get('TARGET_FULLARCH') |
| +nexe = 'ppapi_test_example_%s${PROGSUFFIX}' % env.get('TARGET_FULLARCH') |
|
Nick Bray
2011/06/23 18:32:24
For cross-references like this, interpolate all th
pdox
2011/06/23 20:42:58
Done.
|
| # Note: this test uses the nexe, manifest.json, background.html and |
| # test_bridge.js, but these files are loaded from the disk as part of the |