os/mm/mmtestenv/mmtesttools/Scripts/runmmfdevsoundinttests.bat
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmtestenv/mmtesttools/Scripts/runmmfdevsoundinttests.bat	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,56 @@
     1.4 +rem Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +rem All rights reserved.
     1.6 +rem This component and the accompanying materials are made available
     1.7 +rem under the terms of "Eclipse Public License v1.0"
     1.8 +rem which accompanies this distribution, and is available
     1.9 +rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +rem
    1.11 +rem Initial Contributors:
    1.12 +rem Nokia Corporation - initial contribution.
    1.13 +rem
    1.14 +rem Contributors:
    1.15 +rem
    1.16 +rem Description:
    1.17 +rem
    1.18 +
    1.19 +del e:\logs\testresults\tsi_mmf_devsound_debug.htm
    1.20 +del e:\logs\testresults\tsi_mmf_devsound_alloc.htm
    1.21 +md e:\logs\
    1.22 +md e:\logs\testresults\
    1.23 +
    1.24 +REM ***********************************************
    1.25 +REM **************** DEVSOUND Tests ***************
    1.26 +REM ***********************************************
    1.27 +
    1.28 +md c:\mm\
    1.29 +md c:\tsi_mmf_devsound\
    1.30 +md c:\tsi_mmf_devsound\output\
    1.31 +
    1.32 +copy z:\tsi_mmf_devsound.ini c:\mm\tsi_mmf_devsound.ini
    1.33 +
    1.34 +copy e:\inttest\mmf\tsi_mmf_devsound\small.ogg c:\tsi_mmf_devsound\small.ogg
    1.35 +copy e:\inttest\mmf\tsi_mmf_devsound\output\small.ogg c:\tsi_mmf_devsound\output\small.ogg
    1.36 +copy e:\inttest\mmf\tsi_mmf_devsound\corrupt.ogg c:\tsi_mmf_devsound\corrupt.ogg
    1.37 +copy e:\inttest\mmf\tsi_mmf_devsound\output\corrupt.ogg c:\tsi_mmf_devsound\output\corrupt.ogg
    1.38 +copy e:\inttest\mmf\tsi_mmf_devsound\big.ogg c:\tsi_mmf_devsound\big.ogg
    1.39 +
    1.40 +testframework tsi_mmf_devsound_debug.script
    1.41 +move c:\logs\testresults\*.htm e:\logs\testresults\
    1.42 +
    1.43 +testframework tsi_mmf_devsound_alloc.script
    1.44 +move c:\logs\testresults\*.htm e:\logs\testresults\
    1.45 +
    1.46 +REM Move the test files and generated record files back to the MMC
    1.47 +move c:\tsi_mmf_devsound\output\corrupt.ogg e:\inttest\mmf\tsi_mmf_devsound\output\corrupt.ogg
    1.48 +move c:\tsi_mmf_devsound\output\small.ogg e:\inttest\mmf\tsi_mmf_devsound\output\small.ogg
    1.49 +move c:\tsi_mmf_devsound\output\output_0008.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0008.ogg
    1.50 +move c:\tsi_mmf_devsound\output\output_0101.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0101.ogg
    1.51 +move c:\tsi_mmf_devsound\output\output_0102.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0102.ogg
    1.52 +move c:\tsi_mmf_devsound\output\output_0103.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0103.ogg
    1.53 +move c:\tsi_mmf_devsound\output\output_0104.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0104.ogg
    1.54 +move c:\tsi_mmf_devsound\output\output_0105.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0105.ogg
    1.55 +move c:\tsi_mmf_devsound\output\output_0604.ogg e:\inttest\mmf\tsi_mmf_devsound\output\output_0604.ogg
    1.56 +
    1.57 +del c:\tsi_mmf_devsound\output\*.*
    1.58 +del c:\tsi_mmf_devsound\*.*
    1.59 +del c:\mm\*.*