Update contrib.
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".
8 rem Initial Contributors:
9 rem Nokia Corporation - initial contribution.
14 rem runMMFDevSoundUnitTests.bat
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.*
24 md E:\Logs\TestResults\
26 REM ***********************************************
27 REM **************** DevSound Tests ***************
28 REM ***********************************************
30 md c:\tsu_mmf_devsound_suite\
31 md c:\tsu_mmf_devsound_suite\input\
32 md c:\tsu_mmf_devsound_suite\output\
34 copy e:\tsu_mmf_devsound_suite\input\*.* c:\tsu_mmf_devsound_suite\input\
35 attrib c:\tsu_mmf_devsound_suite\input\*.* -r
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\*.*
42 REM *** Test framework with no capabilities ***
43 testframeworkNone TSU_MMF_DEVSOUND_SUITE_NOCAP.script
44 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
46 REM *** Test framework with MultimediaDD capability ***
47 testframeworkMMDDCap TSU_MMF_DEVSOUND_SUITE_MMDDCAP.script
48 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
50 REM *** Test framework with UserEnvironment capability ***
51 testframeworkUECap TSU_MMF_DEVSOUND_SUITE_UECAP.script
52 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
54 del c:\tsu_mmf_devsound_suite\input\*.*
55 del c:\tsu_mmf_devsound_suite\output\*.*
56 del c:\tsu_mmf_devsound_suite\*.*