qthighway/runtestseshell.cmd
changeset 1 2b40d63a9c3d
equal deleted inserted replaced
0:cfcbf08528c4 1:2b40d63a9c3d
       
     1 @rem
       
     2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 @rem All rights reserved.
       
     4 @rem
       
     5 @rem This program is free software: you can redistribute it and/or modify
       
     6 @rem it under the terms of the GNU Lesser General Public License as published by
       
     7 @rem the Free Software Foundation, version 2.1 of the License.
       
     8 @rem 
       
     9 @rem This program is distributed in the hope that it will be useful,
       
    10 @rem but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    11 @rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    12 @rem GNU Lesser General Public License for more details.
       
    13 @rem
       
    14 @rem You should have received a copy of the GNU Lesser General Public License
       
    15 @rem along with this program.  If not, 
       
    16 @rem see "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html/".
       
    17 @rem
       
    18 @rem Description:
       
    19 @rem
       
    20 
       
    21 @echo off
       
    22 echo Run all tests typing in eshell runall (at the end exit)
       
    23 del \epoc32\winscw\c\runall.bat
       
    24 set list=ut_xqservicechannel,ut_xqserviceadaptor,ut_xqserviceprovider,ut_xqservicerequest,tst_xqservicechannel
       
    25 for %%X in (%list%) do (echo %%X.exe -o c:\%%X.log >> \epoc32\winscw\c\runall.bat)
       
    26 call \epoc32\release\winscw\udeb\eshell.exe
       
    27 for %%X in (%list%) do (type \epoc32\winscw\c\%%X.log >> .\runall.log && del \epoc32\winscw\c\%%X.log )
       
    28 call type runall.log