pkiutilities/untrustedcertificatedialog/tsrc/dialoglauncher/ctc_instrument_code.bat
branchRCL_3
changeset 22 03674e5abf46
parent 21 09b1ac925e3f
child 23 94da73d93b58
equal deleted inserted replaced
21:09b1ac925e3f 22:03674e5abf46
     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:  TLS untrusted certificate dialog test code.
       
    16 rem
       
    17 
       
    18 echo ----------------------------------------------------------------------
       
    19 echo.
       
    20 echo Instrumenting code (armv5 urel and winscw udeb, decision coverage)
       
    21 echo.
       
    22 echo ----------------------------------------------------------------------
       
    23 echo.
       
    24 pushd ..\..
       
    25 if exist MON.sym del MON.sym
       
    26 if exist MON.dat del MON.dat
       
    27 if exist profile.txt del profile.txt
       
    28 call qmake
       
    29 call make distclean
       
    30 call qmake
       
    31 call ctcwrap -i d -2comp -C "EXCLUDE+*.UID.CPP" -C "EXCLUDE+moc_*.cpp" sbs -c armv5_urel
       
    32 call ctcwrap -i d -2comp -C "EXCLUDE+*.UID.CPP" -C "EXCLUDE+moc_*.cpp" sbs -c winscw_udeb
       
    33 popd
       
    34