mmtestenv/mmtesttools/Scripts/runICLCod03UnitTests.bat
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 rem Copyright (c) 2006-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
       
    15 
       
    16 del E:\Logs\TestResults\tsu_icl_cod_03*.*
       
    17 md E:\Logs
       
    18 md E:\Logs\TestResults
       
    19 
       
    20 REM ***********************************************
       
    21 REM **************** COD03 TESTS ******************
       
    22 REM ***********************************************
       
    23 
       
    24 md c:\TSU_ICL_COD_03\
       
    25 md c:\TSU_ICL_COD_03\WMF\
       
    26 md c:\TSU_ICL_COD_03\WMFRef\
       
    27 md c:\TSU_ICL_COD_03\WMFRefMask\
       
    28 md c:\TSU_ICL_COD_03\WMFArmRef\
       
    29 md c:\TSU_ICL_COD_03\WMFArmRefMask\
       
    30 
       
    31 copy E:\unittest\icl\TSU_ICL_COD_03\*.* c:\TSU_ICL_COD_03\
       
    32 copy E:\unittest\icl\TSU_ICL_COD_03\WMF\*.* c:\TSU_ICL_COD_03\WMF\
       
    33 copy E:\unittest\icl\TSU_ICL_COD_03\WMFRef\*.* c:\TSU_ICL_COD_03\WMFRef\
       
    34 copy E:\unittest\icl\TSU_ICL_COD_03\WMFRefMask\*.* c:\TSU_ICL_COD_03\WMFRefMask\
       
    35 copy E:\unittest\icl\TSU_ICL_COD_03\WMFArmRef\*.* c:\TSU_ICL_COD_03\WMFArmRef\
       
    36 copy E:\unittest\icl\TSU_ICL_COD_03\WMFArmRefMask\*.* c:\TSU_ICL_COD_03\WMFArmRefMask\
       
    37 
       
    38 testframework -q tsu_icl_cod_03.script
       
    39 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
       
    40 
       
    41 testframework -q tsu_icl_cod_03_alloc.script
       
    42 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
       
    43 
       
    44 del c:\TSU_ICL_COD_03\WMF\*.*
       
    45 del c:\TSU_ICL_COD_03\WMFRef\*.*
       
    46 del c:\TSU_ICL_COD_03\WMFRefMask\*.*
       
    47 del c:\TSU_ICL_COD_03\WMFArmRef\*.*
       
    48 del c:\TSU_ICL_COD_03\WMFArmRefMask\*.*
       
    49 del c:\TSU_ICL_COD_03\*.*