phoneuis/bubblemanager2/tsrc/unit/runall.cmd
changeset 21 92ab7f8d0eab
child 30 ebdbd102c78a
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     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_bubbleutils
       
    21 call runtest.cmd ut_bubbleheader
       
    22 call runtest.cmd ut_bubbleconferenceheader
       
    23 call runtest.cmd ut_bubblepartlistmodel
       
    24 call runtest.cmd ut_bubblestyleoption
       
    25 call runtest.cmd ut_bubblecontainerwidget
       
    26 call runtest.cmd ut_bubbleheadingwidget
       
    27 call runtest.cmd ut_bubbleimagewidget
       
    28 call runtest.cmd ut_bubbleparticipantlistitem
       
    29 call runtest.cmd ut_bubblebuttonstyle
       
    30 call runtest.cmd ut_bubbleanimiconitem
       
    31 call runtest.cmd ut_bubblestyleplugin
       
    32 call runtest.cmd mt_bubblemanager2
       
    33 )
       
    34 
       
    35 @echo off
       
    36 if "%1"=="win32" (
       
    37 call runtest_w32.cmd ut_bubbleutils
       
    38 call runtest_w32.cmd ut_bubbleheader
       
    39 call runtest_w32.cmd ut_bubbleconferenceheader
       
    40 call runtest_w32.cmd ut_bubblepartlistmodel
       
    41 call runtest_w32.cmd ut_bubblestyleoption
       
    42 call runtest_w32.cmd ut_bubblecontainerwidget
       
    43 call runtest_w32.cmd ut_bubbleheadingwidget
       
    44 call runtest_w32.cmd ut_bubbleimagewidget
       
    45 call runtest_w32.cmd ut_bubbleparticipantlistitem
       
    46 call runtest_w32.cmd ut_bubblebuttonstyle
       
    47 call runtest_w32.cmd ut_bubbleanimiconitem
       
    48 call runtest_w32.cmd ut_bubblestyleplugin
       
    49 call runtest_w32.cmd mt_bubblemanager2
       
    50 )
       
    51 
       
    52 @echo off
       
    53 if "%2"=="ctc" (
       
    54 call ctcpost^
       
    55  ut_bubbleutils\mon.sym ut_bubbleutils\mon.dat^
       
    56  ut_bubbleheader\mon.sym ut_bubbleheader\mon.dat^
       
    57  ut_bubbleconferenceheader\mon.sym ut_bubbleconferenceheader\mon.dat^
       
    58  ut_bubblepartlistmodel\mon.sym ut_bubblepartlistmodel\mon.dat^
       
    59  ut_bubblestyleoption\mon.sym ut_bubblestyleoption\mon.dat^
       
    60  ut_bubblecontainerwidget\mon.sym ut_bubblecontainerwidget\mon.dat^
       
    61  ut_bubbleheadingwidget\mon.sym ut_bubbleheadingwidget\mon.dat^
       
    62  ut_bubbleimagewidget\mon.sym ut_bubbleimagewidget\mon.dat^
       
    63  ut_bubbleparticipantlistitem\mon.sym ut_bubbleparticipantlistitem\mon.dat^
       
    64  ut_bubblebuttonstyle\mon.sym ut_bubblebuttonstyle\mon.dat^
       
    65  ut_bubbleanimiconitem\mon.sym ut_bubbleanimiconitem\mon.dat^
       
    66  ut_bubblestyleplugin\mon.sym ut_bubblestyleplugin\mon.dat^
       
    67   -p profile.txt
       
    68 call ctc2html -i profile.txt
       
    69 )
       
    70 
       
    71 @echo off
       
    72 if "%1"=="" echo Usage: 'runall winscw' or 'runall win32'
       
    73