First public contribution.
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.
16 del E:\Logs\TestResults\TSU_MMF_DEVSOUND_SUITE_debug.htm
17 del E:\Logs\TestResults\TSU_MMF_DEVSOUND_SUITE_MUXDEMUX.htm
18 del E:\Logs\TestResults\TSU_MMF_DEVSOUND_SUITE_alloc.htm
19 del E:\Logs\TestResults\TSU_MMF_DEVSOUND_NOTIFICATION_SUITE.htm
20 del E:\Logs\TestResults\tsu_mmf_devsound_ciu.htm
21 del E:\Logs\TestResults\TSU_MMF_DEVSOUND_SUITE_PREEMPTION.htm
23 md E:\Logs\TestResults\
25 REM ***********************************************
26 REM **************** DevSound Tests ***************
27 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 copy z:\tsu_mmf_devsound_record.ini c:\tsu_mmf_devsound_record.ini
39 testframework TSU_MMF_DEVSOUND_SUITE_debug.script
40 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
42 testframework TSU_MMF_DEVSOUND_SUITE_MUXDEMUX.script
43 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
45 testframework TSU_MMF_DEVSOUND_SUITE_alloc.script
46 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
48 testframework TSU_MMF_DEVSOUND_NOTIFICATION_SUITE.script
49 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
51 testframework tsu_mmf_devsound_ciu.script
52 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
54 testframework TSU_MMF_DEVSOUND_SUITE_PREEMPTION.script
55 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
57 del c:\tsu_mmf_devsound_suite\input\*.*
58 del c:\tsu_mmf_devsound_suite\output\*.*
59 del c:\tsu_mmf_devsound_suite\*.*