os/mm/mmtestenv/mmtesttools/Scripts/runMMFDevSoundUnitTests.bat
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
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".
     7 rem
     8 rem Initial Contributors:
     9 rem Nokia Corporation - initial contribution.
    10 rem
    11 rem Contributors:
    12 rem
    13 rem Description:
    14 rem
    15 
    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
    22 md E:\Logs\
    23 md E:\Logs\TestResults\
    24 
    25 REM ***********************************************
    26 REM **************** DevSound Tests ***************
    27 REM ***********************************************
    28 
    29 md c:\mm\
    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 copy z:\tsu_mmf_devsound_record.ini	c:\tsu_mmf_devsound_record.ini
    38 
    39 testframework TSU_MMF_DEVSOUND_SUITE_debug.script
    40 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
    41 
    42 testframework TSU_MMF_DEVSOUND_SUITE_MUXDEMUX.script
    43 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
    44 
    45 testframework TSU_MMF_DEVSOUND_SUITE_alloc.script
    46 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
    47 
    48 testframework TSU_MMF_DEVSOUND_NOTIFICATION_SUITE.script
    49 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
    50 
    51 testframework tsu_mmf_devsound_ciu.script
    52 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
    53 
    54 testframework TSU_MMF_DEVSOUND_SUITE_PREEMPTION.script
    55 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
    56 
    57 del c:\tsu_mmf_devsound_suite\input\*.*
    58 del c:\tsu_mmf_devsound_suite\output\*.*
    59 del c:\tsu_mmf_devsound_suite\*.*