mmtestenv/mmtesttools/Scripts/runICLEncoderIntTestsStream.bat
changeset 0 b8ed18f6c07b
equal deleted inserted replaced
-1:000000000000 0:b8ed18f6c07b
       
     1 rem Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 rem All rights reserved.
       
     3 rem This component and the accompanying materials are made available
       
     4 rem under the terms of "Eclipse Public License v1.0"
       
     5 rem which accompanies this distribution, and is available
       
     6 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 rem
       
     8 rem Initial Contributors:
       
     9 rem Nokia Corporation - initial contribution.
       
    10 rem
       
    11 rem Contributors:
       
    12 rem
       
    13 rem Description:
       
    14 rem Image Encoder Integration Tests
       
    15 rem 
       
    16 rem
       
    17 
       
    18 del E:\Logs\TestResults\icl\imageencoder\TSI_ICL_IMAGEENCODER_STREAM.htm
       
    19 
       
    20 md  E:\Logs\
       
    21 md  E:\Logs\TestResults\
       
    22 md  E:\Logs\TestResults\icl\
       
    23 md  E:\Logs\TestResults\icl\imageencoder\
       
    24 
       
    25 md  c:\icl\
       
    26 md  c:\icl\testimages\
       
    27 md  c:\icl\testimages\mbm\
       
    28 md  c:\icl\testimages\jpeg\
       
    29 
       
    30 
       
    31 copy E:\inttest\icl\testimages\jpeg\jpeg_small15.jpg    c:\icl\testimages\jpeg\jpeg_small15.jpg
       
    32 copy E:\inttest\icl\testimages\jpeg\jpeg_small10.jpg    c:\icl\testimages\jpeg\jpeg_small10.jpg
       
    33 copy E:\inttest\icl\testimages\jpeg\jpeg_small01.jpg    c:\icl\testimages\jpeg\jpeg_small01.jpg
       
    34 copy E:\inttest\icl\testimages\jpeg\jpeg_small18_a.jpg  c:\icl\testimages\jpeg\jpeg_small18_a.jpg
       
    35 copy E:\inttest\icl\testimages\jpeg\jpeg_small18_b.jpg  c:\icl\testimages\jpeg\jpeg_small18_b.jpg
       
    36 copy E:\inttest\icl\testimages\jpeg\jpeg_small18_c.jpg  c:\icl\testimages\jpeg\jpeg_small18_c.jpg
       
    37 copy E:\inttest\icl\testimages\jpeg\jpeg_small18_d.jpg  c:\icl\testimages\jpeg\jpeg_small18_d.jpg
       
    38 copy E:\inttest\icl\testimages\jpeg\jpeg_small18_e.jpg  c:\icl\testimages\jpeg\jpeg_small18_e.jpg
       
    39 copy E:\inttest\icl\testimages\jpeg\jpeg_small18_f.jpg  c:\icl\testimages\jpeg\jpeg_small18_f.jpg
       
    40 copy E:\inttest\icl\testimages\jpeg\jpeg_small18_g.jpg  c:\icl\testimages\jpeg\jpeg_small18_g.jpg
       
    41 copy E:\inttest\icl\testimages\jpeg\jpeg_small18_h.jpg  c:\icl\testimages\jpeg\jpeg_small18_h.jpg
       
    42 copy E:\inttest\icl\testimages\jpeg\jpeg_small18_i.jpg  c:\icl\testimages\jpeg\jpeg_small18_i.jpg
       
    43 copy E:\inttest\icl\testimages\jpeg\jpeg_small18_j.jpg  c:\icl\testimages\jpeg\jpeg_small18_j.jpg
       
    44 copy E:\inttest\icl\testimages\jpeg\jpeg_small14_a.jpg  c:\icl\testimages\jpeg\jpeg_small14_a.jpg
       
    45 copy E:\inttest\icl\testimages\jpeg\jpeg_small10_a.jpg  c:\icl\testimages\jpeg\jpeg_small10_a.jpg
       
    46 copy E:\inttest\icl\testimages\jpeg\jpeg_small09_a.jpg  c:\icl\testimages\jpeg\jpeg_small09_a.jpg
       
    47 copy E:\inttest\icl\testimages\jpeg\jpeg_small13_a.jpg  c:\icl\testimages\jpeg\jpeg_small13_a.jpg
       
    48 copy E:\inttest\icl\testimages\jpeg\jpeg_supersize01.jpg c:\icl\testimages\jpeg\jpeg_supersize01.jpg
       
    49 copy E:\inttest\icl\testimages\jpeg\jpeg_multiscan_a.jpg c:\icl\testimages\jpeg\jpeg_multiscan_a.jpg
       
    50 copy E:\inttest\icl\testimages\jpeg\jpeg_multiscan_b.jpg c:\icl\testimages\jpeg\jpeg_multiscan_b.jpg
       
    51 copy E:\inttest\icl\testimages\jpeg\jpeg_multiscan_c.jpg c:\icl\testimages\jpeg\jpeg_multiscan_c.jpg
       
    52 copy E:\inttest\icl\testimages\jpeg\jpeg_multiscan_d.jpg c:\icl\testimages\jpeg\jpeg_multiscan_d.jpg
       
    53 copy E:\inttest\icl\testimages\jpeg\jpeg_wideandthin17.jpg c:\icl\testimages\jpeg\jpeg_wideandthin17.jpg
       
    54 copy E:\inttest\icl\testimages\jpeg\jpeg_wideandthin02.jpg c:\icl\testimages\jpeg\jpeg_wideandthin02.jpg
       
    55 copy E:\inttest\icl\testimages\jpeg\jpeg_wideandthin03.jpg c:\icl\testimages\jpeg\jpeg_wideandthin03.jpg
       
    56 
       
    57 
       
    58 testframework -q \icl\imageencoder\tsi_icl_imageencoder_stream.script
       
    59 move C:\Logs\TestResults\icl\imageencoder\*.htm E:\Logs\TestResults\icl\imageencoder\
       
    60 
       
    61 
       
    62 del c:\icl\testimages\mbm\*.*
       
    63 del c:\icl\testimages\jpeg\*.*
       
    64 
       
    65 REM Copy output images from hardware to MMC, if output images are generated for hw
       
    66 REM E:\inttest\icl\ folder will be already existing in MMC
       
    67 md E:\inttest\icl\outputimages\
       
    68 md E:\inttest\icl\outputimages\mbm\
       
    69 md E:\inttest\icl\outputimages\jpeg\
       
    70 
       
    71 copy c:\icl\outputimages\mbm\*.* E:\inttest\icl\outputimages\mbm\*.*
       
    72 del c:\icl\outputimages\mbm\*.*
       
    73 copy c:\icl\outputimages\jpeg\*.* E:\inttest\icl\outputimages\jpeg\*.*
       
    74 del c:\icl\outputimages\jpeg\*.*