|
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 |
|
15 |
|
16 del E:\Logs\TestResults\tsu_mdf_audiocodecs_01.htm |
|
17 del E:\Logs\TestResults\tsu_mdf_videocodecs_01.htm |
|
18 del E:\Logs\TestResults\tsu_mdf_videocodecs_cov.htm |
|
19 del E:\Logs\TestResults\tsu_mdf_videocodecs_cov_panic.htm |
|
20 del E:\Logs\TestResults\tsu_mdf_codecapi_01.htm |
|
21 del E:\Logs\TestResults\tsu_mdf_omxvorbiscodecs_01.htm |
|
22 md E:\Logs\ |
|
23 md E:\Logs\TestResults\ |
|
24 |
|
25 REM *********************************************** |
|
26 REM **************** MDF TESTS ******************** |
|
27 REM *********************************************** |
|
28 |
|
29 md c:\mm\ |
|
30 md c:\mm\mmf\ |
|
31 md c:\mm\mmf\testfiles\ |
|
32 md c:\mm\mmf\testfiles\mdf\ |
|
33 |
|
34 copy E:\unittest\mdf\audio\depeche1.wav c:\mm\mmf\testfiles\mdf\depeche1.wav |
|
35 copy E:\unittest\mdf\video\decodervideotest.in c:\mm\mmf\testfiles\mdf\decodervideotest.in |
|
36 copy E:\unittest\mdf\video\earthrot.gif c:\mm\mmf\testfiles\mdf\earthrot.gif |
|
37 copy E:\unittest\mdf\video\clock.gif c:\mm\mmf\testfiles\mdf\clock.gif |
|
38 copy E:\unittest\mdf\audio\depeche2.wav c:\mm\mmf\testfiles\mdf\depeche2.wav |
|
39 copy E:\unittest\mdf\audio\ogg-encode-in.wav c:\mm\mmf\testfiles\mdf\ogg-encode-in.wav |
|
40 copy E:\unittest\mdf\audio\ogg-decode-in.ogg c:\mm\mmf\testfiles\mdf\ogg-decode-in.ogg |
|
41 |
|
42 testframework tsu_mdf_audiocodecs_01.script |
|
43 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
44 |
|
45 testframework tsu_mdf_videocodecs_01.script |
|
46 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
47 |
|
48 testframework tsu_mdf_videocodecs_cov.script |
|
49 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
50 |
|
51 testframework tsu_mdf_videocodecs_cov_panic.script |
|
52 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
53 |
|
54 testframework tsu_mdf_codecapi_01.script |
|
55 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
56 |
|
57 REM testframework tsu_mdf_omxvorbiscodecs_01.script |
|
58 REM move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
59 |
|
60 del c:\mm\mmf\testfiles\mdf\*.* |
|
61 |