sl@0: rem Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: rem All rights reserved. sl@0: rem This component and the accompanying materials are made available sl@0: rem under the terms of "Eclipse Public License v1.0" sl@0: rem which accompanies this distribution, and is available sl@0: rem at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: rem sl@0: rem Initial Contributors: sl@0: rem Nokia Corporation - initial contribution. sl@0: rem sl@0: rem Contributors: sl@0: rem sl@0: rem Description: sl@0: rem runMMFDevSoundUnitTests.bat sl@0: rem sl@0: rem sl@0: sl@0: del E:\Logs\TestResults\TSU_MMF_SDEVSOUND_SUITE.* sl@0: del E:\Logs\TestResults\TSU_MMF_DEVSOUND_SUITE_NOCAP.* sl@0: del E:\Logs\TestResults\TSU_MMF_DEVSOUND_SUITE_MMDDCAP.* sl@0: del E:\Logs\TestResults\TSU_MMF_DEVSOUND_SUITE_UECAP.* sl@0: sl@0: md E:\Logs\ sl@0: md E:\Logs\TestResults\ sl@0: sl@0: REM *********************************************** sl@0: REM **************** DevSound Tests *************** sl@0: REM *********************************************** sl@0: sl@0: md c:\tsu_mmf_devsound_suite\ sl@0: md c:\tsu_mmf_devsound_suite\input\ sl@0: md c:\tsu_mmf_devsound_suite\output\ sl@0: sl@0: copy e:\tsu_mmf_devsound_suite\input\*.* c:\tsu_mmf_devsound_suite\input\ sl@0: attrib c:\tsu_mmf_devsound_suite\input\*.* -r sl@0: sl@0: REM *** Test framework with ALL -TCB capabilities *** sl@0: testframework TSU_MMF_SDEVSOUND_SUITE.script sl@0: move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ sl@0: del c:\tsu_mmf_devsound_suite\input\*.* sl@0: sl@0: REM *** Test framework with no capabilities *** sl@0: testframeworkNone TSU_MMF_DEVSOUND_SUITE_NOCAP.script sl@0: move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ sl@0: sl@0: REM *** Test framework with MultimediaDD capability *** sl@0: testframeworkMMDDCap TSU_MMF_DEVSOUND_SUITE_MMDDCAP.script sl@0: move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ sl@0: sl@0: REM *** Test framework with UserEnvironment capability *** sl@0: testframeworkUECap TSU_MMF_DEVSOUND_SUITE_UECAP.script sl@0: move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ sl@0: sl@0: del c:\tsu_mmf_devsound_suite\input\*.* sl@0: del c:\tsu_mmf_devsound_suite\output\*.* sl@0: del c:\tsu_mmf_devsound_suite\*.*