mmtestenv/mmtesttools/Scripts/runa3fdevsoundcompliancetests.bat
changeset 0 b8ed18f6c07b
equal deleted inserted replaced
-1:000000000000 0:b8ed18f6c07b
       
     1 rem Copyright (c) 2005-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 
       
    17 del e:\logs\testresults\mm_a3f_devsound_init.htm
       
    18 del e:\logs\testresults\mm_a3f_devsound_play_raw.htm
       
    19 del e:\logs\testresults\mm_a3f_devsound_record_raw.htm
       
    20 del e:\logs\testresults\mm_a3f_devsound_play_tone.htm
       
    21 md E:\logs
       
    22 md E:\logs\testresults
       
    23 md C:\char_a3f_devsound_test_data
       
    24 
       
    25 REM ***************************************************************************
       
    26 REM **************** DEVSOUND COMPLIANCESUITE Tests **********
       
    27 REM ***************************************************************************
       
    28 
       
    29 
       
    30 copy e:\char_a3f_devsound_test_data\cerrodelasilla.raw c:\char_a3f_devsound_test_data\cerrodelasilla.raw
       
    31 copy e:\char_a3f_devsound_test_data\recordc.raw c:\char_a3f_devsound_test_data\recordc.raw
       
    32 copy e:\char_a3f_devsound_test_data\sample.aud c:\char_a3f_devsound_test_data\sample.aud
       
    33 copy e:\char_a3f_devsound_test_data\testing123.raw c:\char_a3f_devsound_test_data\testing123.raw
       
    34 
       
    35 copy z:\mm_a3f_devsound_init.ini c:\mm_a3f_devsound_init.ini
       
    36 copy z:\mm_a3f_devsound_play_raw.ini c:\mm_a3f_devsound_play_raw.ini
       
    37 copy z:\mm_a3f_devsound_play_tone.ini c:\mm_a3f_devsound_play_tone.ini
       
    38 copy z:\mm_a3f_devsound_record_raw.ini c:\mm_a3f_devsound_record_raw.ini
       
    39 
       
    40 
       
    41 testframework mm_a3f_devsound_init.script
       
    42 move c:\logs\testresults\*.htm e:\logs\testresults\
       
    43 
       
    44 
       
    45 testframework mm_a3f_devsound_play_raw.script
       
    46 move c:\logs\testresults\*.htm e:\logs\testresults\
       
    47 
       
    48 
       
    49 testframework mm_a3f_devsound_record_raw.script
       
    50 move c:\logs\testresults\*.htm e:\logs\testresults\
       
    51 
       
    52 
       
    53 testframework mm_a3f_devsound_play_tone.script
       
    54 move c:\logs\testresults\*.htm e:\logs\testresults\