telutils/dialpad/tsrc/unit/runall.cmd
changeset 12 ae8abd0db65c
child 13 e32024264ebb
equal deleted inserted replaced
0:ff3b6d0fd310 12:ae8abd0db65c
       
     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_dialpadbuttonstyle
       
    21 call runtest.cmd ut_dialpadmultitaphandler
       
    22 call runtest.cmd mt_dialpad
       
    23 )
       
    24 
       
    25 @echo off
       
    26 if "%1"=="win32" (
       
    27 call runtest_w32.cmd ut_dialpadbuttonstyle
       
    28 call runtest_w32.cmd ut_dialpadmultitaphandler
       
    29 call runtest_w32.cmd mt_dialpad
       
    30 )
       
    31 
       
    32 @echo off
       
    33 if "%2"=="ctc" (
       
    34 call ctcpost^
       
    35  ut_dialpad\mon.sym ut_dialpad\mon.dat^
       
    36   -p profile.txt
       
    37 call ctc2html -i profile.txt
       
    38 )
       
    39 
       
    40 @echo off
       
    41 if "%1"=="" echo Usage: 'runall winscw' or 'runall win32'
       
    42