phoneapp/phoneuiqtviewadapter/tsrc/runtests.bat
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 18 Aug 2010 09:48:26 +0300
changeset 56 5bcb308bd24d
parent 45 6b911d05207e
permissions -rw-r--r--
Revision: 201031 Kit: 201033

@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
call :RUN ut_phonebubblewrapper
call :RUN ut_phonecommandextensionwrapper
call :RUN ut_phonemessagecontroller
call :RUN ut_phonenotecontroller
call :RUN ut_phoneresourceadapter
call :RUN ut_phoneuicommandcontroller
call :RUN ut_phoneuiqtbuttonscontroller
call :RUN ut_phoneuiqtviewadapter
call :RUN ut_phonevisibilityhandler
call :RUN ut_telephonyservice

:RUN
del \epoc32\winscw\c\data\%1.log
\epoc32\release\winscw\udeb\%1.exe -o c:\data\%1.log
type \epoc32\winscw\c\data\%1.log