multimediacommsengine/mmcefloorctrlplugin/tsrc/ut_floorctrlplugin/Group/RUNTESTtbcpplugin.bat
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 rem
       
     2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 rem All rights reserved.
       
     4 rem This component and the accompanying materials are made available
       
     5 rem under the terms of "Eclipse Public License v1.0"
       
     6 rem which accompanies this distribution, and is available
       
     7 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 rem
       
     9 rem Initial Contributors:
       
    10 rem Nokia Corporation - initial contribution.
       
    11 rem
       
    12 rem Contributors:
       
    13 rem
       
    14 rem Description:  
       
    15 rem
       
    16 
       
    17 @ECHO OFF
       
    18 ECHO This is run for UT_CFCPlugInTest tests
       
    19 cd\
       
    20 cd \FloorControl\FCTBCPPlugIn\Test\Group
       
    21 ECHO Build the test dll
       
    22 call bldmake bldfiles
       
    23 call abld reallyclean
       
    24 call abld test build winscw udeb
       
    25 PAUSE
       
    26 cd\
       
    27 ECHO Delete the old test dll in the test folder
       
    28 copy \Epoc32\release\winscw\udeb\UT_CFCPlugInTest.dll \epoc32\RELEASE\winscw\UDEB\z\sys\bin
       
    29 del \epoc32\RELEASE\winscw\UDEB\z\sys\bin\UT_CFCPlugInTest.dll
       
    30 ECHO Copy the new one to the test folder
       
    31 copy \Epoc32\release\winscw\udeb\UT_CFCPlugInTest.dll \epoc32\RELEASE\winscw\UDEB\z\sys\bin
       
    32 PAUSE
       
    33 ECHO Run the test and create the test result
       
    34 call \Epoc32\release\winscw\udeb\eunitexerunner /L XML /E ExeEnv /T 60 UT_CFCPlugInTest.dll
       
    35