1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmtestenv/mmtesttools/Scripts/runICLCod01UnitTests.bat Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,69 @@
1.4 +rem Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +rem All rights reserved.
1.6 +rem This component and the accompanying materials are made available
1.7 +rem under the terms of "Eclipse Public License v1.0"
1.8 +rem which accompanies this distribution, and is available
1.9 +rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +rem
1.11 +rem Initial Contributors:
1.12 +rem Nokia Corporation - initial contribution.
1.13 +rem
1.14 +rem Contributors:
1.15 +rem
1.16 +rem Description:
1.17 +rem
1.18 +
1.19 +del E:\Logs\TestResults\tsu_icl_cod_01.*
1.20 +del E:\Logs\TestResults\tsu_icl_cod_01_alloc.*
1.21 +del E:\Logs\TestResults\tsu_icl_cod_01_Panic.*
1.22 +del E:\Logs\TestResults\tsu_icl_cod_01b*.*
1.23 +del E:\Logs\TestResults\tsu_icl_cod_01c*.*
1.24 +md E:\Logs
1.25 +md E:\Logs\TestResults
1.26 +
1.27 +REM ***********************************************
1.28 +REM **************** COD01 TESTS ******************
1.29 +REM ***********************************************
1.30 +
1.31 +md c:\TImage\
1.32 +md c:\TImage\anon\
1.33 +md c:\Timage\prof\
1.34 +md c:\TImage\ref\
1.35 +md c:\TImage\00d4\
1.36 +md c:\TImage\00d6\
1.37 +md c:\TImage\bmp\
1.38 +md c:\tsu_icl_cod_01\
1.39 +
1.40 +copy E:\unittest\icl\TImage\*.* c:\TImage\
1.41 +copy E:\unittest\icl\TImage\Anon\*.* c:\TImage\Anon\
1.42 +copy E:\unittest\icl\TImage\prof\*.* c:\TImage\prof\
1.43 +copy E:\unittest\icl\TImage\ref\*.* c:\TImage\ref\
1.44 +copy E:\unittest\icl\TImage\00d4\*.* c:\TImage\00d4\
1.45 +copy E:\unittest\icl\TImage\00d6\*.* c:\TImage\00d6\
1.46 +copy E:\unittest\icl\TImage\bmp\*.* c:\TImage\bmp\
1.47 +copy E:\unittest\icl\tsu_icl_cod_01\*.* c:\tsu_icl_cod_01\
1.48 +
1.49 +testframework -q tsu_icl_cod_01.script
1.50 +move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
1.51 +
1.52 +testframework -q tsu_icl_cod_01_Panic.script
1.53 +move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
1.54 +
1.55 +testframework -q tsu_icl_cod_01b_alloc.script
1.56 +move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
1.57 +
1.58 +testframework -q tsu_icl_cod_01c_alloc.script
1.59 +move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
1.60 +
1.61 +REM***** This test is long so always run at the end ************
1.62 +testframework -q tsu_icl_cod_01_alloc.script
1.63 +move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
1.64 +
1.65 +del c:\TImage\anon\*.*
1.66 +del c:\Timage\prof\*.*
1.67 +del c:\TImage\ref\*.*
1.68 +del c:\TImage\00d4\*.*
1.69 +del c:\TImage\00d6\*.*
1.70 +del c:\TImage\bmp\*.*
1.71 +del c:\TImage\*.*
1.72 +del c:\tsu_icl_cod_01\*.*