os/mm/mmtestenv/mmtesttools/Scripts/runICLCod01UnitTests.bat
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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_01.*
    17 del E:\Logs\TestResults\tsu_icl_cod_01_alloc.*
    18 del E:\Logs\TestResults\tsu_icl_cod_01_Panic.*
    19 del E:\Logs\TestResults\tsu_icl_cod_01b*.*
    20 del E:\Logs\TestResults\tsu_icl_cod_01c*.*
    21 md E:\Logs
    22 md E:\Logs\TestResults
    23 
    24 REM ***********************************************
    25 REM **************** COD01 TESTS ******************
    26 REM ***********************************************
    27 
    28 md c:\TImage\
    29 md c:\TImage\anon\
    30 md c:\Timage\prof\
    31 md c:\TImage\ref\
    32 md c:\TImage\00d4\
    33 md c:\TImage\00d6\
    34 md c:\TImage\bmp\
    35 md c:\tsu_icl_cod_01\
    36 
    37 copy E:\unittest\icl\TImage\*.* c:\TImage\
    38 copy E:\unittest\icl\TImage\Anon\*.* c:\TImage\Anon\
    39 copy E:\unittest\icl\TImage\prof\*.* c:\TImage\prof\
    40 copy E:\unittest\icl\TImage\ref\*.* c:\TImage\ref\
    41 copy E:\unittest\icl\TImage\00d4\*.* c:\TImage\00d4\
    42 copy E:\unittest\icl\TImage\00d6\*.* c:\TImage\00d6\
    43 copy E:\unittest\icl\TImage\bmp\*.* c:\TImage\bmp\
    44 copy E:\unittest\icl\tsu_icl_cod_01\*.* c:\tsu_icl_cod_01\
    45 
    46 testframework -q tsu_icl_cod_01.script
    47 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
    48 
    49 testframework -q tsu_icl_cod_01_Panic.script
    50 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
    51 
    52 testframework -q tsu_icl_cod_01b_alloc.script
    53 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
    54 
    55 testframework -q tsu_icl_cod_01c_alloc.script
    56 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
    57 
    58 REM***** This test is long so always run at the end ************
    59 testframework -q tsu_icl_cod_01_alloc.script
    60 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
    61 
    62 del c:\TImage\anon\*.*
    63 del c:\Timage\prof\*.*
    64 del c:\TImage\ref\*.*
    65 del c:\TImage\00d4\*.*
    66 del c:\TImage\00d6\*.*
    67 del c:\TImage\bmp\*.*
    68 del c:\TImage\*.*
    69 del c:\tsu_icl_cod_01\*.*