|
1 rem Copyright (c) 2008-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 |
|
15 |
|
16 REM Remove old results from MMC |
|
17 del e:\logs\testexecute\te_tsi_icl_excludedfiles_01suite.htm |
|
18 md e:\logs |
|
19 md e:\logs\testexecute |
|
20 |
|
21 REM Create destination directories for test images |
|
22 md c:\te_tsi_icl_excludedfiles_01 |
|
23 md c:\te_tsi_icl_excludedfiles_01\inputimages |
|
24 md c:\te_tsi_icl_excludedfiles_01\refimages |
|
25 |
|
26 |
|
27 REM Copy test images from MMC to ROM |
|
28 copy e:\te_tsi_icl_excludedfiles_01\*.* c:\te_tsi_icl_excludedfiles_01 |
|
29 copy e:\te_tsi_icl_excludedfiles_01\inputimages\*.* c:\te_tsi_icl_excludedfiles_01\inputimages\*.* |
|
30 copy e:\te_tsi_icl_excludedfiles_01\refimages\*.* c:\te_tsi_icl_excludedfiles_01\refimages\*.* |
|
31 |
|
32 REM Run the tests |
|
33 testexecute z:\testdata\scripts\te_tsi_icl_excludedfiles_01suite.script |
|
34 |
|
35 REM Move the results file from the ROM to the MMC |
|
36 move c:\logs\testexecute\te_tsi_icl_excludedfiles_01suite.htm e:\logs\testexecute\te_tsi_icl_excludedfiles_01suite.htm |
|
37 |
|
38 REM Delete the test images |
|
39 del c:\te_tsi_icl_excludedfiles_01\*.* |
|
40 del c:\te_tsi_icl_excludedfiles_01\inputimages\*.* |
|
41 del c:\te_tsi_icl_excludedfiles_01\refimages\*.* |