os/mm/mmtestenv/mmtesttools/Scripts/runICLBtransUnitTests.bat
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
rem Copyright (c) 2004-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_BTRANS_01*.*
sl@0
    17
md E:\Logs
sl@0
    18
md E:\Logs\TestResults
sl@0
    19
sl@0
    20
REM ***********************************************
sl@0
    21
REM **************** BTRANS TESTS *****************
sl@0
    22
REM ***********************************************
sl@0
    23
sl@0
    24
md c:\Btrans\
sl@0
    25
sl@0
    26
copy E:\unittest\icl\EColor16IclBtrans.mbm       c:\EColor16IclBtrans.mbm
sl@0
    27
copy E:\unittest\icl\EColor16MIclBtrans.mbm      c:\EColor16MIclBtrans.mbm
sl@0
    28
copy E:\unittest\icl\EColor256IclBtrans.mbm      c:\EColor256IclBtrans.mbm
sl@0
    29
copy E:\unittest\icl\EColor4KIclBtrans.mbm       c:\EColor4KIclBtrans.mbm
sl@0
    30
copy E:\unittest\icl\EColor64kIclBtrans.mbm       c:\EColor64kIclBtrans.mbm
sl@0
    31
copy E:\unittest\icl\EGray16IclBtrans.mbm       c:\EGray16IclBtrans.mbm
sl@0
    32
copy E:\unittest\icl\EGray256IclBtrans.mbm       c:\EGray256IclBtrans.mbm
sl@0
    33
copy E:\unittest\icl\EGray2IclBtrans.mbm       c:\EGray2IclBtrans.mbm
sl@0
    34
copy E:\unittest\icl\EGray4IclBtrans.mbm       c:\EGray4IclBtrans.mbm
sl@0
    35
copy E:\unittest\icl\EColor16MUIclBtrans.mbm     c:\EColor16MUIclBtrans.mbm
sl@0
    36
copy E:\unittest\icl\xfile.mbm c:\xfile.mbm
sl@0
    37
copy E:\unittest\icl\test.mbm c:\test.mbm
sl@0
    38
copy E:\unittest\icl\test.mbm c:\btrans\test.mbm
sl@0
    39
copy E:\unittest\icl\Btrans\*.*  c:\btrans\ 
sl@0
    40
sl@0
    41
testframework -q tsu_icl_btrans_01.script
sl@0
    42
move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
sl@0
    43
sl@0
    44
testframework -q tsu_icl_btrans_01_ALLOC.script
sl@0
    45
move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
sl@0
    46
sl@0
    47
testframework -q tsu_icl_btrans_01_Panic.script
sl@0
    48
move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
sl@0
    49
sl@0
    50
del C:\Btrans\*.*
sl@0
    51
del C:\*.*