telutils/xqtelephonyservice/tsrc/unit/runall.cmd
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     1 @echo off
       
     2 rem
       
     3 rem Copyright (c) 2009 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:
       
    16 rem
       
    17 @echo off
       
    18 
       
    19 if "%1"=="winscw" (
       
    20 call runtest.cmd ut_xqcallinfo
       
    21 )
       
    22 
       
    23 @echo off
       
    24 if "%1"=="win32" (
       
    25 call runtest_w32.cmd ut_xqcallinfo
       
    26 )
       
    27 
       
    28 @echo off
       
    29 if "%2"=="ctc" (
       
    30 call ctcpost^
       
    31  ut_xqcallinfo\mon.sym ut_xqcallinfo\mon.dat^
       
    32   -p profile.txt
       
    33 call ctc2html -i profile.txt
       
    34 )
       
    35 
       
    36 @echo off
       
    37 if "%1"=="" echo Usage: 'runall winscw' or 'runall win32'
       
    38