phoneuis/bubblemanager2/tsrc/unit/runall.cmd
author Pat Downey <patd@symbian.org>
Fri, 04 Jun 2010 10:19:18 +0100
changeset 37 ba76fc04e6c2
child 46 bc5a64e5bc3c
permissions -rw-r--r--
Revert last code drop.

@echo off
rem
rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
rem All rights reserved.
rem This component and the accompanying materials are made available
rem under the terms of "Eclipse Public License v1.0"
rem which accompanies this distribution, and is available
rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
rem
rem Initial Contributors:
rem Nokia Corporation - initial contribution.
rem
rem Contributors:
rem
rem Description:
rem
@echo off

if "%1"=="winscw" (
call runtest.cmd ut_bubbleutils
call runtest.cmd ut_bubbleheader
call runtest.cmd ut_bubbleconferenceheader
call runtest.cmd ut_bubblepartlistmodel
call runtest.cmd ut_bubblecontainerwidget
call runtest.cmd ut_bubbleheadingwidget
call runtest.cmd ut_bubbleimagewidget
call runtest.cmd ut_bubbleparticipantlistitem
rem call runtest.cmd mt_bubblemanager2
)

@echo off
if "%1"=="win32" (
call runtest_w32.cmd ut_bubbleutils
call runtest_w32.cmd ut_bubbleheader
call runtest_w32.cmd ut_bubbleconferenceheader
call runtest_w32.cmd ut_bubblepartlistmodel
call runtest_w32.cmd ut_bubblecontainerwidget
call runtest_w32.cmd ut_bubbleheadingwidget
call runtest_w32.cmd ut_bubbleimagewidget
call runtest_w32.cmd ut_bubbleparticipantlistitem
rem call runtest_w32.cmd mt_bubblemanager2
)

@echo off
if "%2"=="ctc" (
call ctcpost^
 ut_bubbleutils\mon.sym ut_bubbleutils\mon.dat^
 ut_bubbleheader\mon.sym ut_bubbleheader\mon.dat^
 ut_bubbleconferenceheader\mon.sym ut_bubbleconferenceheader\mon.dat^
 ut_bubblepartlistmodel\mon.sym ut_bubblepartlistmodel\mon.dat^
 ut_bubblecontainerwidget\mon.sym ut_bubblecontainerwidget\mon.dat^
 ut_bubbleheadingwidget\mon.sym ut_bubbleheadingwidget\mon.dat^
 ut_bubbleimagewidget\mon.sym ut_bubbleimagewidget\mon.dat^
 ut_bubbleparticipantlistitem\mon.sym ut_bubbleparticipantlistitem\mon.dat^
 ut_bubbleanimiconitem\mon.sym ut_bubbleanimiconitem\mon.dat^
  -p profile.txt
call ctc2html -i profile.txt
)

@echo off
if "%1"=="" echo Usage: 'runall winscw' or 'runall win32'