|
1 rem Copyright (c) 2005-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 ********* COD_UNIT_01 ALLOC TEST ************* |
|
15 rem |
|
16 rem |
|
17 |
|
18 del E:\Logs\TestResults\tsu_icl_cod_01_alloc.* |
|
19 md E:\Logs |
|
20 md E:\Logs\TestResults |
|
21 |
|
22 md c:\TImage\ |
|
23 md c:\TImage\anon\ |
|
24 md c:\Timage\prof\ |
|
25 md c:\TImage\ref\ |
|
26 md c:\TImage\00d4\ |
|
27 md c:\TImage\00d6\ |
|
28 |
|
29 md c:\TSU_ICL_COD_02\ |
|
30 md c:\TSU_ICL_COD_03\ |
|
31 md c:\TSU_ICL_COD_03\WMF\ |
|
32 md c:\TSU_ICL_COD_03\WMFRef\ |
|
33 md c:\TSU_ICL_COD_03\WMFRefMask\ |
|
34 md c:\TSU_ICL_COD_03\WMFArmRef\ |
|
35 md c:\TSU_ICL_COD_03\WMFArmRefMask\ |
|
36 md c:\TSU_ICL_COD_04\ |
|
37 md c:\ICL\ |
|
38 md c:\ICL\Validation\ |
|
39 md c:\ICL\Validation\png\ |
|
40 |
|
41 copy E:\unittest\icl\TImage\*.* c:\TImage\ |
|
42 copy E:\unittest\icl\TImage\Anon\*.* c:\TImage\Anon\ |
|
43 copy E:\unittest\icl\TImage\prof\*.* c:\TImage\prof\ |
|
44 copy E:\unittest\icl\TImage\ref\*.* c:\TImage\ref\ |
|
45 copy E:\unittest\icl\TImage\00d4\*.* c:\TImage\00d4\ |
|
46 copy E:\unittest\icl\TImage\00d6\*.* c:\TImage\00d6\ |
|
47 |
|
48 copy E:\unittest\icl\TSU_ICL_COD_02\*.* c:\TSU_ICL_COD_02\ |
|
49 copy E:\unittest\ICL\Validation\png\*.* c:\ICL\Validation\png\ |
|
50 |
|
51 copy E:\unittest\icl\TSU_ICL_COD_03\*.* c:\TSU_ICL_COD_03\ |
|
52 copy E:\unittest\icl\TSU_ICL_COD_03\WMF\*.* c:\TSU_ICL_COD_03\WMF\ |
|
53 copy E:\unittest\icl\TSU_ICL_COD_03\WMFRef\*.* c:\TSU_ICL_COD_03\WMFRef\ |
|
54 copy E:\unittest\icl\TSU_ICL_COD_03\WMFRefMask\*.* c:\TSU_ICL_COD_03\WMFRefMask\ |
|
55 copy E:\unittest\icl\TSU_ICL_COD_03\WMFArmRef\*.* c:\TSU_ICL_COD_03\WMFArmRef\ |
|
56 copy E:\unittest\icl\TSU_ICL_COD_03\WMFArmRefMask\*.* c:\TSU_ICL_COD_03\WMFArmRefMask\ |
|
57 |
|
58 copy E:\unittest\icl\TSU_ICL_COD_04\*.* c:\TSU_ICL_COD_04\ |
|
59 |
|
60 testframework -q tsu_icl_cod_01_alloc.script |
|
61 |
|
62 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\ |
|
63 |
|
64 del c:\TImage\*.* |
|
65 del c:\TImage\anon\*.* |
|
66 del c:\Timage\prof\*.* |
|
67 del c:\TImage\ref\*.* |
|
68 del c:\TImage\00d4\*.* |
|
69 del c:\TImage\00d6\*.* |
|
70 |
|
71 del c:\TSU_ICL_COD_02\*.* |
|
72 del c:\TSU_ICL_COD_03\*.* |
|
73 del c:\TSU_ICL_COD_03\WMF\*.* |
|
74 del c:\TSU_ICL_COD_03\WMFRef\*.* |
|
75 del c:\TSU_ICL_COD_03\WMFRefMask\*.* |
|
76 del c:\TSU_ICL_COD_03\WMFArmRef\*.* |
|
77 del c:\TSU_ICL_COD_03\WMFArmRefMask\*.* |
|
78 del c:\TSU_ICL_COD_04\*.* |
|
79 del c:\ICL\*.* |
|
80 del c:\ICL\Validation\*.* |
|
81 del c:\ICL\Validation\png\*.* |
|
82 |
|
83 |
|
84 REM *********************************************** |
|
85 REM ********* FRM_UNIT_01 and ALLOC TESTS ************* |
|
86 REM *********************************************** |
|
87 z: |
|
88 runICLFrmUnitTests.bat |
|
89 |
|
90 |
|
91 REM *********************************************** |
|
92 REM ********* FRM_DRM_UNIT and ALLOC TESTS ************* |
|
93 REM *********************************************** |
|
94 z: |
|
95 runICLFrmDRMUnitTests.bat |
|
96 |