os/mm/mmtestenv/mmtesttools/Scripts/runICLCod04UnitTests.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) 2006-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_icl_cod_04*.*
    17 md E:\Logs
    18 md E:\Logs\TestResults
    19 md c:\TSU_ICL_COD_04\
    20 md c:\TSU_ICL_COD_04b\
    21 
    22 REM ***********************************************
    23 REM **************** COD04 TESTS ******************
    24 REM ***********************************************
    25 
    26 copy E:\unittest\icl\TSU_ICL_COD_04b\*.* c:\TSU_ICL_COD_04b\
    27 
    28 testframework -q tsu_icl_cod_04b.script
    29 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
    30 
    31 del c:\TSU_ICL_COD_04b\*.*
    32 
    33 copy E:\unittest\icl\TSU_ICL_COD_04\*.* c:\TSU_ICL_COD_04\
    34 
    35 testframework -q tsu_icl_cod_04.script
    36 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
    37 
    38 testframework -q tsu_icl_cod_04_alloc.script
    39 move C:\Logs\TestResults\*.htm E:\Logs\TestResults\
    40 
    41 del c:\TSU_ICL_COD_04\*.*