sl@0
|
1 |
rem Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
rem All rights reserved.
|
sl@0
|
3 |
rem This component and the accompanying materials are made available
|
sl@0
|
4 |
rem under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
rem which accompanies this distribution, and is available
|
sl@0
|
6 |
rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
rem
|
sl@0
|
8 |
rem Initial Contributors:
|
sl@0
|
9 |
rem Nokia Corporation - initial contribution.
|
sl@0
|
10 |
rem
|
sl@0
|
11 |
rem Contributors:
|
sl@0
|
12 |
rem
|
sl@0
|
13 |
rem Description:
|
sl@0
|
14 |
rem
|
sl@0
|
15 |
|
sl@0
|
16 |
REM ***********************************************
|
sl@0
|
17 |
REM ****************** 3GP TESTS ******************
|
sl@0
|
18 |
REM ***********************************************
|
sl@0
|
19 |
|
sl@0
|
20 |
REM NOTE: This BAT file is intended to be run in EShell
|
sl@0
|
21 |
REM on HW only. On Emulator builds the test files already
|
sl@0
|
22 |
REM reside in the correct directories on C: so you only
|
sl@0
|
23 |
REM need to call testexecute with the desired script file.
|
sl@0
|
24 |
|
sl@0
|
25 |
REM =============================================================
|
sl@0
|
26 |
REM Setup
|
sl@0
|
27 |
REM =============================================================
|
sl@0
|
28 |
|
sl@0
|
29 |
REM Prepare memory card for test logs
|
sl@0
|
30 |
del e:\logs\testexecute\tsu_3gp_*
|
sl@0
|
31 |
md e:\logs\
|
sl@0
|
32 |
md e:\logs\testexecute\
|
sl@0
|
33 |
|
sl@0
|
34 |
REM 3GP test scripts expect to find the INIs on c:
|
sl@0
|
35 |
md c:\mm\
|
sl@0
|
36 |
copy z:\mm\tsu_3gp*.ini c:\mm\
|
sl@0
|
37 |
|
sl@0
|
38 |
REM =============================================================
|
sl@0
|
39 |
REM Run tests that use test data directly from memory card (e:)
|
sl@0
|
40 |
REM =============================================================
|
sl@0
|
41 |
|
sl@0
|
42 |
REM Parsing tests
|
sl@0
|
43 |
testexecute z:\mm\tsu_3gp_parse_format_3gp_te.script
|
sl@0
|
44 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
45 |
|
sl@0
|
46 |
testexecute z:\mm\tsu_3gp_parse_format_mp4_te.script
|
sl@0
|
47 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
48 |
|
sl@0
|
49 |
testexecute z:\mm\tsu_3gp_parse_format_valid_te.script
|
sl@0
|
50 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
51 |
|
sl@0
|
52 |
testexecute z:\mm\tsu_3gp_parse_and_check_te.script
|
sl@0
|
53 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
54 |
|
sl@0
|
55 |
REM Composing tests
|
sl@0
|
56 |
testexecute z:\mm\tsu_3gp_compose_format_3g2_te.script
|
sl@0
|
57 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
58 |
|
sl@0
|
59 |
testexecute z:\mm\tsu_3gp_compose_format_3gp_te.script
|
sl@0
|
60 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
61 |
|
sl@0
|
62 |
testexecute z:\mm\tsu_3gp_compose_format_mp4_te.script
|
sl@0
|
63 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
64 |
|
sl@0
|
65 |
REM Other tests
|
sl@0
|
66 |
testexecute z:\mm\tsu_3gp_performance_te.script
|
sl@0
|
67 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
68 |
|
sl@0
|
69 |
testexecute z:\mm\tsu_3gp_interop_te.script
|
sl@0
|
70 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
71 |
|
sl@0
|
72 |
REM =============================================================
|
sl@0
|
73 |
REM Now run tests that need to copy data into c: first
|
sl@0
|
74 |
REM =============================================================
|
sl@0
|
75 |
|
sl@0
|
76 |
REM Parsing tests
|
sl@0
|
77 |
md c:\3gplibrary\
|
sl@0
|
78 |
copy e:\3gplibrary\* c:\3gplibrary\
|
sl@0
|
79 |
|
sl@0
|
80 |
testexecute z:\mm\tsu_3gp_parse_api_te.script
|
sl@0
|
81 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
82 |
|
sl@0
|
83 |
testexecute z:\mm\tsu_3gp_parse_oom1_te.script
|
sl@0
|
84 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
85 |
|
sl@0
|
86 |
testexecute z:\mm\tsu_3gp_parse_oom2_te.script
|
sl@0
|
87 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
88 |
|
sl@0
|
89 |
del c:\3gplibrary\*
|
sl@0
|
90 |
|
sl@0
|
91 |
REM Composing tests
|
sl@0
|
92 |
testexecute z:\mm\tsu_3gp_compose_api_te.script
|
sl@0
|
93 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
94 |
|
sl@0
|
95 |
testexecute z:\mm\tsu_3gp_compose_oom_te.script
|
sl@0
|
96 |
move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\
|
sl@0
|
97 |
|
sl@0
|
98 |
del c:\3gplibrary\temp\testing.mp4
|
sl@0
|
99 |
rd c:\3gplibrary\temp\
|
sl@0
|
100 |
rd c:\3gplibrary\
|
sl@0
|
101 |
|
sl@0
|
102 |
REM =============================================================
|
sl@0
|
103 |
REM Clean up
|
sl@0
|
104 |
REM =============================================================
|
sl@0
|
105 |
|
sl@0
|
106 |
REM delete INI files from C: (need to make non read-only first)
|
sl@0
|
107 |
attrib c:\mm\tsu_3gp* -r
|
sl@0
|
108 |
del c:\mm\tsu_3gp*
|
sl@0
|
109 |
|