Index: ppapi/native_client/tests/ppapi_browser/ppb_image_data/nacl.scons |
=================================================================== |
--- ppapi/native_client/tests/ppapi_browser/ppb_image_data/nacl.scons (revision 98628) |
+++ ppapi/native_client/tests/ppapi_browser/ppb_image_data/nacl.scons (working copy) |
@@ -8,8 +8,6 @@ |
Import('env') |
env.Prepend(CPPDEFINES=['XP_UNIX']) |
-env.Replace(TEST_DIR='${SOURCE_ROOT}/ppapi/native_client/tests/ppapi_browser/' + |
- 'ppb_image_data') |
nexe = 'ppapi_ppb_image_data_${TARGET_FULLARCH}' |
env.Alias('ppapi_ppb_image_data${PROGSUFFIX}', |
@@ -27,12 +25,12 @@ |
env.Publish(nexe, 'run', |
[ 'ppapi_ppb_image_data.html', |
+ 'ppapi_ppb_image_data.nmf', |
env.File('${SCONSTRUCT_DIR}/tools/browser_tester/' |
'browserdata/nacltest.js') ]) |
node = env.PPAPIBrowserTester('ppapi_ppb_image_data_browser_test.out', |
url='ppapi_ppb_image_data.html', |
- nmf='${TEST_DIR}/ppapi_ppb_image_data.nmf', |
files=env.ExtractPublishedFiles(nexe)) |
env.AddNodeToTestSuite(node, |