Index: ppapi/native_client/tests/ppapi_messaging/nacl.scons |
=================================================================== |
--- ppapi/native_client/tests/ppapi_messaging/nacl.scons (revision 98496) |
+++ ppapi/native_client/tests/ppapi_messaging/nacl.scons (working copy) |
@@ -13,6 +13,8 @@ |
Import('env') |
env.Prepend(CPPDEFINES=['XP_UNIX']) |
+env.Replace(TEST_DIR='${SOURCE_ROOT}/ppapi/native_client/tests/' + |
+ 'ppapi_messaging/') |
nexe = 'ppapi_messaging_%s' % env.get('TARGET_FULLARCH') |
@@ -31,7 +33,6 @@ |
# Note that the html is required to run this program. |
dest_copy = env.Replicate('$STAGING_DIR', |
['ppapi_messaging.html', |
- 'ppapi_messaging.nmf', |
env.File('${SCONSTRUCT_DIR}/tools/browser_tester/' |
'browserdata/nacltest.js')] |
) |
@@ -39,6 +40,7 @@ |
node = env.PPAPIBrowserTester('ppapi_messaging_browser_test.out', |
url='ppapi_messaging.html', |
+ nmf='${TEST_DIR}/ppapi_messaging.nmf', |
files=[ppapi_messaging_nexe, |
env.File('ppapi_messaging.nmf'), |
env.File('ppapi_messaging.html')]) |