idlefw/tsrc/framework/ut_aifw/coverage/instrument_winscw_decision.cmd
branchRCL_3
changeset 27 2c7f27287390
equal deleted inserted replaced
25:9e077f9a342c 27:2c7f27287390
       
     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 @ECHO OFF
       
    21 setlocal
       
    22 
       
    23 ECHO ********** Clean the environment **********
       
    24 
       
    25 call sbs -c winscw_udeb reallyclean -k
       
    26 call del profile.txt
       
    27 call del mon.sym
       
    28 call del mon.dat
       
    29 
       
    30 ECHO ********** Build module tests and Instrument test subjects **********
       
    31 
       
    32 call ctcwrap -i d -2comp sbs -c winscw_udeb
       
    33 
       
    34 ECHO Start the emulator and run your tests now. Call "generate.cmd" when you're done.
       
    35 ECHO NOTE! Close the emulator before calling generate.cmd