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