author | William Roberts <williamr@symbian.org> |
Thu, 22 Jul 2010 16:33:21 +0100 | |
branch | GCC_SURGE |
changeset 51 | f39ed5e045e0 |
parent 30 | ebdbd102c78a |
parent 46 | bc5a64e5bc3c |
permissions | -rw-r--r-- |
37 | 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_bubblecontainerwidget |
|
25 |
call runtest.cmd ut_bubbleheadingwidget |
|
26 |
call runtest.cmd ut_bubbleimagewidget |
|
27 |
call runtest.cmd ut_bubbleparticipantlistitem |
|
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
28 |
call runtest.cmd ut_bubblebutton |
37 | 29 |
rem call runtest.cmd mt_bubblemanager2 |
30 |
) |
|
31 |
||
32 |
@echo off |
|
33 |
if "%1"=="win32" ( |
|
34 |
call runtest_w32.cmd ut_bubbleutils |
|
35 |
call runtest_w32.cmd ut_bubbleheader |
|
36 |
call runtest_w32.cmd ut_bubbleconferenceheader |
|
37 |
call runtest_w32.cmd ut_bubblepartlistmodel |
|
38 |
call runtest_w32.cmd ut_bubblecontainerwidget |
|
39 |
call runtest_w32.cmd ut_bubbleheadingwidget |
|
40 |
call runtest_w32.cmd ut_bubbleimagewidget |
|
41 |
call runtest_w32.cmd ut_bubbleparticipantlistitem |
|
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
42 |
call runtest_w32.cmd ut_bubblebutton |
37 | 43 |
rem call runtest_w32.cmd mt_bubblemanager2 |
44 |
) |
|
45 |
||
46 |
@echo off |
|
47 |
if "%2"=="ctc" ( |
|
48 |
call ctcpost^ |
|
49 |
ut_bubbleutils\mon.sym ut_bubbleutils\mon.dat^ |
|
50 |
ut_bubbleheader\mon.sym ut_bubbleheader\mon.dat^ |
|
51 |
ut_bubbleconferenceheader\mon.sym ut_bubbleconferenceheader\mon.dat^ |
|
52 |
ut_bubblepartlistmodel\mon.sym ut_bubblepartlistmodel\mon.dat^ |
|
53 |
ut_bubblecontainerwidget\mon.sym ut_bubblecontainerwidget\mon.dat^ |
|
54 |
ut_bubbleheadingwidget\mon.sym ut_bubbleheadingwidget\mon.dat^ |
|
55 |
ut_bubbleimagewidget\mon.sym ut_bubbleimagewidget\mon.dat^ |
|
56 |
ut_bubbleparticipantlistitem\mon.sym ut_bubbleparticipantlistitem\mon.dat^ |
|
57 |
ut_bubbleanimiconitem\mon.sym ut_bubbleanimiconitem\mon.dat^ |
|
58 |
-p profile.txt |
|
59 |
call ctc2html -i profile.txt |
|
60 |
) |
|
61 |
||
62 |
@echo off |
|
63 |
if "%1"=="" echo Usage: 'runall winscw' or 'runall win32' |
|
64 |