|
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 this bat file is used to run all core conformance tests on emulator and in UDEB mode only |
|
15 rem because for vendor components, the binaries are not available in UREL mode and tests will fail |
|
16 rem this bat file is exported to \epoc32\winscw\c\omxil and can be run from this location |
|
17 rem or can also be run from \TestTools\Scripts |
|
18 rem this bat file will not be in the ROM; for testing on hw, use runomxilcoreconftests.bat |
|
19 rem |
|
20 rem |
|
21 |
|
22 cd \epoc32\release\winscw\udeb |
|
23 |
|
24 coreconf.exe \omxil\test\allconftests_coreconftestinput.txt |
|
25 coreconf.exe \omxil\test\allconftests2_coreconftestinput.txt |
|
26 coreconf.exe \omxil\test\allconftests3_coreconftestinput.txt |
|
27 coreconf.exe \omxil\test\compload_coreconftestinput.txt |
|
28 coreconf.exe \omxil\test\compnameenum_coreconftestinput.txt |
|
29 coreconf.exe \omxil\test\compsofrole_coreconftestinput.txt |
|
30 coreconf.exe \omxil\test\coreinitdeinit_coreconftestinput.txt |
|
31 coreconf.exe \omxil\test\getcontentpipe_coreconftestinput.txt |
|
32 coreconf.exe \omxil\test\rolesofcomp_coreconftestinput.txt |
|
33 coreconf.exe \omxil\test\setuptunnel_coreconftestinput.txt |
|
34 |
|
35 coreconf.exe \omxil\aacdecoder\allconftests_coreconfvendorinput.txt |
|
36 coreconf.exe \omxil\aacdecoder\allconftests2_coreconfvendorinput.txt |
|
37 coreconf.exe \omxil\aacdecoder\allconftests3_coreconfvendorinput.txt |
|
38 coreconf.exe \omxil\aacdecoder\compload_coreconfvendorinput.txt |
|
39 coreconf.exe \omxil\aacdecoder\compnameenum_coreconfvendorinput.txt |
|
40 coreconf.exe \omxil\aacdecoder\compsofrole_coreconfvendorinput.txt |
|
41 coreconf.exe \omxil\aacdecoder\coreinitdeinit_coreconfvendorinput.txt |
|
42 coreconf.exe \omxil\aacdecoder\getcontentpipe_coreconfvendorinput.txt |
|
43 coreconf.exe \omxil\aacdecoder\rolesofcomp_coreconfvendorinput.txt |
|
44 coreconf.exe \omxil\aacdecoder\setuptunnel_coreconfvendorinput.txt |
|
45 |
|
46 coreconf.exe \omxil\common\allconftests_coreconfvendorinput.txt |
|
47 coreconf.exe \omxil\common\allconftests2_coreconfvendorinput.txt |
|
48 coreconf.exe \omxil\common\allconftests3_coreconfvendorinput.txt |
|
49 coreconf.exe \omxil\common\allconftests4_coreconfvendorinput.txt |
|
50 coreconf.exe \omxil\common\allconftests5_coreconfvendorinput.txt |
|
51 coreconf.exe \omxil\common\allconftests6_coreconfvendorinput.txt |
|
52 coreconf.exe \omxil\common\compload_coreconfvendorinput.txt |
|
53 coreconf.exe \omxil\common\compnameenum_coreconfvendorinput.txt |
|
54 coreconf.exe \omxil\common\compsofrole_coreconfvendorinput.txt |
|
55 coreconf.exe \omxil\common\coreinitdeinit_coreconfvendorinput.txt |
|
56 coreconf.exe \omxil\common\getcontentpipe_coreconfvendorinput.txt |
|
57 coreconf.exe \omxil\common\rolesofcomp_coreconfvendorinput.txt |
|
58 coreconf.exe \omxil\common\setuptunnel_coreconfvendorinput.txt |
|
59 |
|
60 coreconf.exe \omxil\pcmrenderer\allconftests_coreconfvendorinput.txt |
|
61 coreconf.exe \omxil\pcmrenderer\allconftests2_coreconfvendorinput.txt |
|
62 coreconf.exe \omxil\pcmrenderer\allconftests3_coreconfvendorinput.txt |
|
63 coreconf.exe \omxil\pcmrenderer\compload_coreconfvendorinput.txt |
|
64 coreconf.exe \omxil\pcmrenderer\compnameenum_coreconfvendorinput.txt |
|
65 coreconf.exe \omxil\pcmrenderer\compsofrole_coreconfvendorinput.txt |
|
66 coreconf.exe \omxil\pcmrenderer\coreinitdeinit_coreconfvendorinput.txt |
|
67 coreconf.exe \omxil\pcmrenderer\getcontentpipe_coreconfvendorinput.txt |
|
68 coreconf.exe \omxil\pcmrenderer\rolesofcomp_coreconfvendorinput.txt |
|
69 coreconf.exe \omxil\pcmrenderer\setuptunnel_coreconfvendorinput.txt |