tsrc/unittestrunner/qt_runtest.cmd
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
child 35 6c57ef9392d2
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
     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 on
       
    18 
       
    19 call del %1.xml
       
    20 
       
    21 :FINAL
       
    22 echo --because xml names are defined in main.cpp this -o is unnecessary at the moment
       
    23 echo --\epoc32\release\winscw\udeb\%1.exe -xml -o c:\%1.xml
       
    24 call \epoc32\release\winscw\udeb\%1.exe -xml -o c:\%1.xml
       
    25 call copy \epoc32\winscw\c\%1.xml .
       
    26 call type %1.xml