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.
sl@0
     1
rem Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
rem All rights reserved.
sl@0
     3
rem This component and the accompanying materials are made available
sl@0
     4
rem under the terms of "Eclipse Public License v1.0"
sl@0
     5
rem which accompanies this distribution, and is available
sl@0
     6
rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
rem
sl@0
     8
rem Initial Contributors:
sl@0
     9
rem Nokia Corporation - initial contribution.
sl@0
    10
rem
sl@0
    11
rem Contributors:
sl@0
    12
rem
sl@0
    13
rem Description:
sl@0
    14
rem
sl@0
    15
sl@0
    16
del E:\Logs\TestResults\tsu_icl_cod_01.*
sl@0
    17
del E:\Logs\TestResults\tsu_icl_cod_01_alloc.*
sl@0
    18
del E:\Logs\TestResults\tsu_icl_cod_01_Panic.*
sl@0
    19
del E:\Logs\TestResults\tsu_icl_cod_01b*.*
sl@0
    20
del E:\Logs\TestResults\tsu_icl_cod_01c*.*
sl@0
    21
md E:\Logs
sl@0
    22
md E:\Logs\TestResults
sl@0
    23
sl@0
    24
REM ***********************************************
sl@0
    25
REM **************** COD01 TESTS ******************
sl@0
    26
REM ***********************************************
sl@0
    27
sl@0
    28
md c:\TImage\
sl@0
    29
md c:\TImage\anon\
sl@0
    30
md c:\Timage\prof\
sl@0
    31
md c:\TImage\ref\
sl@0
    32
md c:\TImage\00d4\
sl@0
    33
md c:\TImage\00d6\
sl@0
    34
md c:\TImage\bmp\
sl@0
    35
md c:\tsu_icl_cod_01\
sl@0
    36
sl@0
    37
copy E:\unittest\icl\TImage\*.* c:\TImage\
sl@0
    38
copy E:\unittest\icl\TImage\Anon\*.* c:\TImage\Anon\
sl@0
    39
copy E:\unittest\icl\TImage\prof\*.* c:\TImage\prof\
sl@0
    40
copy E:\unittest\icl\TImage\ref\*.* c:\TImage\ref\
sl@0
    41
copy E:\unittest\icl\TImage\00d4\*.* c:\TImage\00d4\
sl@0
    42
copy E:\unittest\icl\TImage\00d6\*.* c:\TImage\00d6\
sl@0
    43
copy E:\unittest\icl\TImage\bmp\*.* c:\TImage\bmp\
sl@0
    44
copy E:\unittest\icl\tsu_icl_cod_01\*.* c:\tsu_icl_cod_01\
sl@0
    45
sl@0
    46
testframework -q tsu_icl_cod_01.script
sl@0
    47
move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
sl@0
    48
sl@0
    49
testframework -q tsu_icl_cod_01_Panic.script
sl@0
    50
move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
sl@0
    51
sl@0
    52
testframework -q tsu_icl_cod_01b_alloc.script
sl@0
    53
move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
sl@0
    54
sl@0
    55
testframework -q tsu_icl_cod_01c_alloc.script
sl@0
    56
move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
sl@0
    57
sl@0
    58
REM***** This test is long so always run at the end ************
sl@0
    59
testframework -q tsu_icl_cod_01_alloc.script
sl@0
    60
move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
sl@0
    61
sl@0
    62
del c:\TImage\anon\*.*
sl@0
    63
del c:\Timage\prof\*.*
sl@0
    64
del c:\TImage\ref\*.*
sl@0
    65
del c:\TImage\00d4\*.*
sl@0
    66
del c:\TImage\00d6\*.*
sl@0
    67
del c:\TImage\bmp\*.*
sl@0
    68
del c:\TImage\*.*
sl@0
    69
del c:\tsu_icl_cod_01\*.*