phonebookui/phonebookapp/tsrc/ut_cntappservicehandler/runtest.cmd
changeset 24 0ba2181d7c28
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookui/phonebookapp/tsrc/ut_cntappservicehandler/runtest.cmd	Fri Mar 19 09:27:18 2010 +0200
@@ -0,0 +1,42 @@
+@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 on
+
+call del appservicehandler.xml
+
+IF ["%1"] EQU [""] GOTO :NODEL
+call del MON.sym
+call del MON.dat
+
+:NODEL
+call qmake
+call bldmake bldfiles
+call abld clean
+call abld reallyclean
+
+IF ["%1"] EQU [""] GOTO :NORMAL
+
+call ctcwrap -i d -C "EXCLUDE+*\moc*.cpp" -C "EXCLUDE+*\t_*.cpp" -C "EXCLUDE+*\stub_*.cpp" abld build winscw udeb
+goto :FINAL
+
+:NORMAL
+call abld build winscw udeb
+
+:FINAL
+call \epoc32\release\winscw\udeb\ut_cntappservicehandler.exe -xml -o c:\appservicehandler.xml
+call copy \epoc32\winscw\c\appservicehandler.xml .
+call type appservicehandler.xml
\ No newline at end of file