emailservices/emailstore/tsrc/message_store_test/group/run_coverage_test.bat
changeset 1 12c456ceeff2
equal deleted inserted replaced
0:8466d47a6819 1:12c456ceeff2
       
     1 rem
       
     2 rem Copyright (c) 2009 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 Description:  calls ctc_preprocess, run_unit_test, and ctc_post_process
       
    15 rem
       
    16 
       
    17 @echo off
       
    18 REM -------------------------------
       
    19 REM Preparing CTC Instrumentation
       
    20 REM -------------------------------
       
    21 call ctc_preprocess.bat
       
    22 
       
    23 REM -------------------------------
       
    24 REM Build test modules
       
    25 REM -------------------------------
       
    26 call bldmake bldfiles
       
    27 call abld reallyclean winscw
       
    28 call abld build winscw udeb
       
    29 
       
    30 REM -------------------------------
       
    31 REM Run the test modules
       
    32 REM -------------------------------
       
    33 call run_unit_tests.bat
       
    34 
       
    35 REM -------------------------------
       
    36 REM Post process CTC data
       
    37 REM -------------------------------
       
    38 call ctc_postprocess.bat