1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmtestenv/mmtesttools/Scripts/runICLDecoderIntTestsStream.bat Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,69 @@
1.4 +rem Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +rem All rights reserved.
1.6 +rem This component and the accompanying materials are made available
1.7 +rem under the terms of "Eclipse Public License v1.0"
1.8 +rem which accompanies this distribution, and is available
1.9 +rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +rem
1.11 +rem Initial Contributors:
1.12 +rem Nokia Corporation - initial contribution.
1.13 +rem
1.14 +rem Contributors:
1.15 +rem
1.16 +rem Description:
1.17 +rem Image Decoder Integration Tests
1.18 +rem
1.19 +rem
1.20 +
1.21 +del E:\Logs\TestResults\icl\imagedecoder\TSI_ICL_IMAGEDECODER_STREAM.htm
1.22 +
1.23 +md E:\Logs\
1.24 +md E:\Logs\TestResults\
1.25 +md E:\Logs\TestResults\icl\
1.26 +md E:\Logs\TestResults\icl\imagedecoder\
1.27 +
1.28 +md c:\icl\
1.29 +md c:\icl\testimages\
1.30 +md c:\icl\testimages\mbm\
1.31 +md c:\icl\testimages\jpeg\
1.32 +
1.33 +
1.34 +copy E:\inttest\icl\testimages\jpeg\jpeg_small18.jpg c:\icl\testimages\jpeg\jpeg_small18.jpg
1.35 +copy E:\inttest\icl\testimages\jpeg\jpeg_small07.jpg c:\icl\testimages\jpeg\jpeg_small07.jpg
1.36 +copy E:\inttest\icl\testimages\jpeg\jpeg_small19.jpg c:\icl\testimages\jpeg\jpeg_small19.jpg
1.37 +copy E:\inttest\icl\testimages\jpeg\jpeg_empty01.jpg c:\icl\testimages\jpeg\jpeg_empty01.jpg
1.38 +copy E:\inttest\icl\testimages\jpeg\jpeg_small09.jpg c:\icl\testimages\jpeg\jpeg_small09.jpg
1.39 +copy E:\inttest\icl\testimages\jpeg\jpeg_small12.jpg c:\icl\testimages\jpeg\jpeg_small12.jpg
1.40 +copy E:\inttest\icl\testimages\jpeg\jpeg_small13.jpg c:\icl\testimages\jpeg\jpeg_small13.jpg
1.41 +copy E:\inttest\icl\testimages\jpeg\jpeg_large02.jpg c:\icl\testimages\jpeg\jpeg_large02.jpg
1.42 +copy E:\inttest\icl\testimages\jpeg\jpeg_small10.jpg c:\icl\testimages\jpeg\jpeg_small10.jpg
1.43 +copy E:\inttest\icl\testimages\jpeg\jpeg_small15.jpg c:\icl\testimages\jpeg\jpeg_small15.jpg
1.44 +copy E:\inttest\icl\testimages\jpeg\jpeg_small01.jpg c:\icl\testimages\jpeg\jpeg_small01.jpg
1.45 +copy E:\inttest\icl\testimages\jpeg\jpeg_corrupt05.jpg c:\icl\testimages\jpeg\jpeg_corrupt05.jpg
1.46 +copy E:\inttest\icl\testimages\jpeg\jpeg_corrupt02.jpg c:\icl\testimages\jpeg\jpeg_corrupt02.jpg
1.47 +copy E:\inttest\icl\testimages\jpeg\jpeg_corrupt03.jpg c:\icl\testimages\jpeg\jpeg_corrupt03.jpg
1.48 +copy E:\inttest\icl\testimages\jpeg\jpeg_corrupt01.jpg c:\icl\testimages\jpeg\jpeg_corrupt01.jpg
1.49 +copy E:\inttest\icl\testimages\jpeg\jpeg_small14_a.jpg c:\icl\testimages\jpeg\jpeg_small14_a.jpg
1.50 +copy E:\inttest\icl\testimages\jpeg\jpeg_average01.jpg c:\icl\testimages\jpeg\jpeg_average01.jpg
1.51 +copy E:\inttest\icl\testimages\jpeg\jpeg_supersize01.jpg c:\icl\testimages\jpeg\jpeg_supersize01.jpg
1.52 +copy E:\inttest\icl\testimages\jpeg\jpeg_multiscan.jpg c:\icl\testimages\jpeg\jpeg_multiscan.jpg
1.53 +copy E:\inttest\icl\testimages\jpeg\jpeg_restartinterop.jpg c:\icl\testimages\jpeg\jpeg_restartinterop.jpg
1.54 +
1.55 +
1.56 +testframework -q \icl\imagedecoder\tsi_icl_imagedecoder_stream.script
1.57 +move C:\Logs\TestResults\icl\imagedecoder\*.htm E:\Logs\TestResults\icl\imagedecoder\
1.58 +
1.59 +
1.60 +del c:\icl\testimages\mbm\*.*
1.61 +del c:\icl\testimages\jpeg\*.*
1.62 +
1.63 +REM Copy output images from hardware to MMC, if output images are generated for hw
1.64 +REM E:\inttest\icl\ folder will be already existing in MMC
1.65 +md E:\inttest\icl\outputimages\
1.66 +md E:\inttest\icl\outputimages\mbm\
1.67 +md E:\inttest\icl\outputimages\jpeg\
1.68 +
1.69 +copy c:\icl\outputimages\mbm\*.* E:\inttest\icl\outputimages\mbm\*.*
1.70 +del c:\icl\outputimages\mbm\*.*
1.71 +copy c:\icl\outputimages\jpeg\*.* E:\inttest\icl\outputimages\jpeg\*.*
1.72 +del c:\icl\outputimages\jpeg\*.*