|
1 rem Copyright (c) 2004-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 runMMFDevSoundUnitTests.bat |
|
15 rem |
|
16 rem |
|
17 |
|
18 del E:\Logs\TestResults\TSU_MMF_SDEVSOUND_SUITE.* |
|
19 del E:\Logs\TestResults\TSU_MMF_DEVSOUND_SUITE_NOCAP.* |
|
20 del E:\Logs\TestResults\TSU_MMF_DEVSOUND_SUITE_MMDDCAP.* |
|
21 del E:\Logs\TestResults\TSU_MMF_DEVSOUND_SUITE_UECAP.* |
|
22 |
|
23 md E:\Logs\ |
|
24 md E:\Logs\TestResults\ |
|
25 |
|
26 REM *********************************************** |
|
27 REM **************** DevSound Tests *************** |
|
28 REM *********************************************** |
|
29 |
|
30 md c:\tsu_mmf_devsound_suite\ |
|
31 md c:\tsu_mmf_devsound_suite\input\ |
|
32 md c:\tsu_mmf_devsound_suite\output\ |
|
33 |
|
34 copy e:\tsu_mmf_devsound_suite\input\*.* c:\tsu_mmf_devsound_suite\input\ |
|
35 attrib c:\tsu_mmf_devsound_suite\input\*.* -r |
|
36 |
|
37 REM *** Test framework with ALL -TCB capabilities *** |
|
38 testframework TSU_MMF_SDEVSOUND_SUITE.script |
|
39 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
40 del c:\tsu_mmf_devsound_suite\input\*.* |
|
41 |
|
42 REM *** Test framework with no capabilities *** |
|
43 testframeworkNone TSU_MMF_DEVSOUND_SUITE_NOCAP.script |
|
44 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
45 |
|
46 REM *** Test framework with MultimediaDD capability *** |
|
47 testframeworkMMDDCap TSU_MMF_DEVSOUND_SUITE_MMDDCAP.script |
|
48 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
49 |
|
50 REM *** Test framework with UserEnvironment capability *** |
|
51 testframeworkUECap TSU_MMF_DEVSOUND_SUITE_UECAP.script |
|
52 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
53 |
|
54 del c:\tsu_mmf_devsound_suite\input\*.* |
|
55 del c:\tsu_mmf_devsound_suite\output\*.* |
|
56 del c:\tsu_mmf_devsound_suite\*.* |