idlefw/tsrc/framework/ut_aifw/coverage/instrument_winscw_function.cmd
branchRCL_3
changeset 28 053c6c7c14f3
parent 27 2c7f27287390
child 29 0efa10d348c0
equal deleted inserted replaced
27:2c7f27287390 28:053c6c7c14f3
     1 @rem
       
     2 @rem Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 @rem All rights reserved.
       
     4 @rem This component and the accompanying materials are made available
       
     5 @rem under the terms of "Eclipse Public License v1.0"
       
     6 @rem which accompanies this distribution, and is available
       
     7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 @rem
       
     9 @rem Initial Contributors:
       
    10 @rem Nokia Corporation - initial contribution.
       
    11 @rem 
       
    12 @rem Contributors:
       
    13 @rem 
       
    14 @rem 
       
    15 @rem Description:
       
    16 @rem 
       
    17 @rem 
       
    18 
       
    19 
       
    20 
       
    21 @ECHO OFF
       
    22 setlocal
       
    23 
       
    24 ECHO ********** Clean the environment **********
       
    25 
       
    26 call sbs -c winscw_udeb reallyclean -k
       
    27 call del profile.txt
       
    28 call del mon.sym
       
    29 call del mon.dat
       
    30 
       
    31 ECHO ********** Build module tests and Instrument test subjects **********
       
    32 
       
    33 call ctcwrap -i f -2comp sbs -c winscw_udeb
       
    34 
       
    35 ECHO Start the emulator and run your tests now. Call "generate.cmd" when you're done.
       
    36 ECHO NOTE! Close the emulator before calling generate.cmd
       
    37