os/mm/mmtestenv/mmtesttools/Scripts/runtsiicldirscandecode01tests.bat
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 rem Copyright (c) 2008-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 REM Remove old results from MMC
    17 del e:\logs\testexecute\te_tsi_icl_dirscan_decode_01suite.htm
    18 md e:\logs
    19 md e:\logs\testexecute
    20 
    21 REM Create destination directories for test images
    22 md c:\te_tsi_icl_dirscan_decode_01
    23 md c:\te_tsi_icl_dirscan_decode_01\jpg
    24 
    25 REM Copy test images from MMC to ROM
    26 copy e:\te_tsi_icl_dirscan_decode_01\*.* c:\te_tsi_icl_dirscan_decode_01
    27 copy e:\te_tsi_icl_dirscan_decode_01\jpg\*.* c:\te_tsi_icl_dirscan_decode_01\jpg
    28 
    29 REM Run the tests
    30 testexecute z:\testdata\scripts\te_tsi_icl_dirscan_decode_01suite.script
    31 
    32 REM Move the results file from the ROM to the MMC
    33 move c:\logs\testexecute\te_tsi_icl_dirscan_decode_01suite.htm e:\logs\testexecute\te_tsi_icl_dirscan_decode_01suite.htm
    34 
    35 REM Delete the test images
    36 del c:\te_tsi_icl_dirscan_decode_01\jpg\*.*
    37 del c:\te_tsi_icl_dirscan_decode_01\*.*