appinstaller/AppinstUi/startuplistupdater/tsrc/mt_startuplistupdater/ctc_run_tests.bat
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
child 70 e8965914fac7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
     1 @echo off
       
     2 rem
       
     3 rem Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     4 rem All rights reserved.
       
     5 rem This component and the accompanying materials are made available
       
     6 rem under the terms of "Eclipse Public License v1.0"
       
     7 rem which accompanies this distribution, and is available
       
     8 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 rem
       
    10 rem Initial Contributors:
       
    11 rem Nokia Corporation - initial contribution.
       
    12 rem
       
    13 rem Contributors:
       
    14 rem
       
    15 rem Description:  Module tests for startup list updater.
       
    16 rem
       
    17 
       
    18 echo ----------------------------------------------------------------------
       
    19 echo.
       
    20 echo Running module tests
       
    21 echo.
       
    22 echo ----------------------------------------------------------------------
       
    23 echo.
       
    24 echo Note: module test can be run also manually. Start STIF UI and run
       
    25 echo test cases listed in conf\mt_startuplistupdater.cfg file. Use ctcpost
       
    26 echo and ctc2html commands to process the CTC output file (MON.dat).
       
    27 echo.
       
    28 pushd ..\..\group
       
    29 call \epoc32\release\winscw\udeb\ATSInterface.exe -testmodule testscripter -config c:\testframework\mt_startuplistupdater.cfg
       
    30 
       
    31 echo.
       
    32 echo.
       
    33 echo ----------------------------------------------------------------------
       
    34 echo.
       
    35 echo Processing test results
       
    36 echo.
       
    37 echo ----------------------------------------------------------------------
       
    38 echo.
       
    39 call ctcpost MON.sym MON.dat -p profile.txt
       
    40 call ctc2html -i profile.txt
       
    41 popd