mmtestenv/mmtesttools/Scripts/runmmpacketvideotests.bat
changeset 56 b6488ac24ddc
parent 47 481b3bce574a
child 57 1cbb0d5bf7f2
equal deleted inserted replaced
47:481b3bce574a 56:b6488ac24ddc
     1 rem Copyright (c) 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\tsi_a3f_devsound_aac*.*
       
    17 del e:\logs\testresults\omxil\tsu_milif_omxilif*.*
       
    18 del e:\logs\testresults\omxil\tsu_omxil_aacdecoder_01_debug*.*
       
    19 
       
    20 md e:\logs\
       
    21 md e:\logs\testresults\
       
    22 md e:\logs\testresults\omxil\
       
    23 
       
    24 md c:\tsi_a3f_devsound_aac\
       
    25 
       
    26 rem ******************A3F Devsound PacketVideo Integration Tests ****************
       
    27 
       
    28 
       
    29 copy z:\tsi_a3f_devsound_aac_play.ini c:\tsi_a3f_devsound_aac\tsi_a3f_devsound_aac_play.ini
       
    30 
       
    31 rem Copy test data
       
    32 copy e:\inttest\a3f\tsi_a3f_devsound_aac\*.* c:\tsi_a3f_devsound_aac\
       
    33 
       
    34 testframework tsi_a3f_devsound_aac_play_debug.script
       
    35 move c:\logs\testresults\*.htm e:\logs\testresults\
       
    36 
       
    37 testframework tsi_a3f_devsound_aac_play_alloc.script
       
    38 move c:\logs\testresults\*.htm e:\logs\testresults\
       
    39 
       
    40 del c:\tsi_a3f_devsound_aac\*.*
       
    41 
       
    42 
       
    43 rem *****************************************************************************
       
    44 
       
    45 rem *********** Multimedia Integration Layer Interface PacketVideo Unit Tests ***********
       
    46 
       
    47 
       
    48 testframework z:\omxil\tsu_milif_omxilif_aac.script
       
    49 move c:\logs\testresults\omxil\*.htm e:\logs\testresults\omxil\
       
    50 
       
    51 rem *****************************************************************************
       
    52 
       
    53 rem ************************ OMX IL AAC Decoder Unit Tests ************************
       
    54 
       
    55 md c:\omxil\
       
    56 md c:\omxil\testfiles\
       
    57 
       
    58 copy e:\unittest\omxil\testfiles\*.* c:\omxil\testfiles\
       
    59 
       
    60 testframework \omxil\tsu_omxil_aacdecoder_01_debug.script
       
    61 move c:\logs\testresults\omxil\tsu_omxil_aacdecoder_01_debug.htm e:\logs\testresults\omxil\
       
    62 
       
    63 del c:\omxil\testfiles\*.*
       
    64 del c:\omxil\*.*
       
    65 
       
    66 rem *****************************************************************************
       
    67 
       
    68 del c:\*.*