diff -r c84cf270c54f -r 92ab7f8d0eab phoneengine/phoneservices/tsrc/runtests.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phoneengine/phoneservices/tsrc/runtests.bat Fri Mar 19 09:28:42 2010 +0200 @@ -0,0 +1,29 @@ +@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 + +del \epoc32\winscw\c\private\EEE39B3F\ut_phoneservices.log +\epoc32\release\winscw\udeb\ut_phoneservices.exe -o ut_phoneservices.log +type \epoc32\winscw\c\private\EEE39B3F\ut_phoneservices.log + +del \epoc32\winscw\c\private\E31F4ECE\ut_dialservice.log +\epoc32\release\winscw\udeb\ut_dialservice.exe -o ut_dialservice.log +type \epoc32\winscw\c\private\E31F4ECE\ut_dialservice.log + +del \epoc32\winscw\c\private\EEE39B2F\ut_dtmfservice.log +\epoc32\release\winscw\udeb\ut_dtmfservice.exe -o ut_dtmfservice.log +type \epoc32\winscw\c\private\EEE39B2F\ut_dtmfservice.log