mmtestenv/mmtesttools/Scripts/runICLCod04UnitTests.bat
changeset 0 b8ed18f6c07b
equal deleted inserted replaced
-1:000000000000 0:b8ed18f6c07b
       
     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_04*.*
       
    17 md E:\Logs
       
    18 md E:\Logs\TestResults
       
    19 md c:\TSU_ICL_COD_04\
       
    20 md c:\TSU_ICL_COD_04b\
       
    21 
       
    22 REM ***********************************************
       
    23 REM **************** COD04 TESTS ******************
       
    24 REM ***********************************************
       
    25 
       
    26 copy E:\unittest\icl\TSU_ICL_COD_04b\*.* c:\TSU_ICL_COD_04b\
       
    27 
       
    28 testframework -q tsu_icl_cod_04b.script
       
    29 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
       
    30 
       
    31 del c:\TSU_ICL_COD_04b\*.*
       
    32 
       
    33 copy E:\unittest\icl\TSU_ICL_COD_04\*.* c:\TSU_ICL_COD_04\
       
    34 
       
    35 testframework -q tsu_icl_cod_04.script
       
    36 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
       
    37 
       
    38 testframework -q tsu_icl_cod_04_alloc.script
       
    39 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
       
    40 
       
    41 del c:\TSU_ICL_COD_04\*.*