telutils/dialpad/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_dialpademergencycalleventfilter
       
    21 call runtest.cmd ut_dialpadmultitaphandler
       
    22 call runtest.cmd mt_dialpad
       
    23 call runtest.cmd ut_dialpadvoicemailboxeventfilter
       
    24 call runtest.cmd ut_dialpadvideomailboxeventfilter
       
    25 call runtest.cmd mt_keyhandler
       
    26 call runtest.cmd ut_dialpadbluetootheventfilter
       
    27 call runtest.cmd ut_dialpadkeysequenceeventfilter
       
    28 call runtest.cmd ut_dialpadkeyhandler
       
    29 call runtest.cmd ut_dialpadhasheventfilter
       
    30 )
       
    31 
       
    32 @echo off
       
    33 if "%1"=="win32" (
       
    34 call runtest_w32.cmd ut_dialpadmultitaphandler
       
    35 call runtest_w32.cmd mt_dialpad
       
    36 )
       
    37 
       
    38 @echo off
       
    39 if "%2"=="ctc" (
       
    40 call ctcpost^
       
    41  ut_dialpad\mon.sym ut_dialpad\mon.dat^
       
    42   -p profile.txt
       
    43 call ctc2html -i profile.txt
       
    44 )
       
    45 
       
    46 @echo off
       
    47 if "%1"=="" echo Usage: 'runall winscw' or 'runall win32'
       
    48