1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmtestenv/mmtesttools/Scripts/TestICLAlloc.bat Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,96 @@
1.4 +rem Copyright (c) 2005-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 ********* COD_UNIT_01 ALLOC TEST *************
1.18 +rem
1.19 +rem
1.20 +
1.21 +del E:\Logs\TestResults\tsu_icl_cod_01_alloc.*
1.22 +md E:\Logs
1.23 +md E:\Logs\TestResults
1.24 +
1.25 +md c:\TImage\
1.26 +md c:\TImage\anon\
1.27 +md c:\Timage\prof\
1.28 +md c:\TImage\ref\
1.29 +md c:\TImage\00d4\
1.30 +md c:\TImage\00d6\
1.31 +
1.32 +md c:\TSU_ICL_COD_02\
1.33 +md c:\TSU_ICL_COD_03\
1.34 +md c:\TSU_ICL_COD_03\WMF\
1.35 +md c:\TSU_ICL_COD_03\WMFRef\
1.36 +md c:\TSU_ICL_COD_03\WMFRefMask\
1.37 +md c:\TSU_ICL_COD_03\WMFArmRef\
1.38 +md c:\TSU_ICL_COD_03\WMFArmRefMask\
1.39 +md c:\TSU_ICL_COD_04\
1.40 +md c:\ICL\
1.41 +md c:\ICL\Validation\
1.42 +md c:\ICL\Validation\png\
1.43 +
1.44 +copy E:\unittest\icl\TImage\*.* c:\TImage\
1.45 +copy E:\unittest\icl\TImage\Anon\*.* c:\TImage\Anon\
1.46 +copy E:\unittest\icl\TImage\prof\*.* c:\TImage\prof\
1.47 +copy E:\unittest\icl\TImage\ref\*.* c:\TImage\ref\
1.48 +copy E:\unittest\icl\TImage\00d4\*.* c:\TImage\00d4\
1.49 +copy E:\unittest\icl\TImage\00d6\*.* c:\TImage\00d6\
1.50 +
1.51 +copy E:\unittest\icl\TSU_ICL_COD_02\*.* c:\TSU_ICL_COD_02\
1.52 +copy E:\unittest\ICL\Validation\png\*.* c:\ICL\Validation\png\
1.53 +
1.54 +copy E:\unittest\icl\TSU_ICL_COD_03\*.* c:\TSU_ICL_COD_03\
1.55 +copy E:\unittest\icl\TSU_ICL_COD_03\WMF\*.* c:\TSU_ICL_COD_03\WMF\
1.56 +copy E:\unittest\icl\TSU_ICL_COD_03\WMFRef\*.* c:\TSU_ICL_COD_03\WMFRef\
1.57 +copy E:\unittest\icl\TSU_ICL_COD_03\WMFRefMask\*.* c:\TSU_ICL_COD_03\WMFRefMask\
1.58 +copy E:\unittest\icl\TSU_ICL_COD_03\WMFArmRef\*.* c:\TSU_ICL_COD_03\WMFArmRef\
1.59 +copy E:\unittest\icl\TSU_ICL_COD_03\WMFArmRefMask\*.* c:\TSU_ICL_COD_03\WMFArmRefMask\
1.60 +
1.61 +copy E:\unittest\icl\TSU_ICL_COD_04\*.* c:\TSU_ICL_COD_04\
1.62 +
1.63 +testframework -q tsu_icl_cod_01_alloc.script
1.64 +
1.65 +move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
1.66 +
1.67 +del c:\TImage\*.*
1.68 +del c:\TImage\anon\*.*
1.69 +del c:\Timage\prof\*.*
1.70 +del c:\TImage\ref\*.*
1.71 +del c:\TImage\00d4\*.*
1.72 +del c:\TImage\00d6\*.*
1.73 +
1.74 +del c:\TSU_ICL_COD_02\*.*
1.75 +del c:\TSU_ICL_COD_03\*.*
1.76 +del c:\TSU_ICL_COD_03\WMF\*.*
1.77 +del c:\TSU_ICL_COD_03\WMFRef\*.*
1.78 +del c:\TSU_ICL_COD_03\WMFRefMask\*.*
1.79 +del c:\TSU_ICL_COD_03\WMFArmRef\*.*
1.80 +del c:\TSU_ICL_COD_03\WMFArmRefMask\*.*
1.81 +del c:\TSU_ICL_COD_04\*.*
1.82 +del c:\ICL\*.*
1.83 +del c:\ICL\Validation\*.*
1.84 +del c:\ICL\Validation\png\*.*
1.85 +
1.86 +
1.87 +REM ***********************************************
1.88 +REM ********* FRM_UNIT_01 and ALLOC TESTS *************
1.89 +REM ***********************************************
1.90 +z:
1.91 +runICLFrmUnitTests.bat
1.92 +
1.93 +
1.94 +REM ***********************************************
1.95 +REM ********* FRM_DRM_UNIT and ALLOC TESTS *************
1.96 +REM ***********************************************
1.97 +z:
1.98 +runICLFrmDRMUnitTests.bat
1.99 +