radioengine/utils/tsrc/group/TestEnvInit.cmd
changeset 57 21be958eb3ce
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
       
     1 @REM
       
     2 @REM Copyright (c) 2002-2004 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:  Wins Command file for Utils Test Module
       
    15 @REM
       
    16 @REM
       
    17 @echo Initializing test environment for utilstestmodule...
       
    18 copy ..\conf\UtilsTestModule.cfg \epoc32\wins\c\TestFramework\UtilsTestModule.cfg
       
    19 copy ..\conf\UtilsTestModule.cfg \epoc32\winscw\c\TestFramework\UtilsTestModule.cfg
       
    20 copy ..\conf\UtilsTestModule.cfg \epoc32\data\z\system\data\UtilsTestModule.cfg
       
    21 copy ..\init\TestFramework.ini \epoc32\wins\c\TestFramework\TestFramework.ini
       
    22 copy ..\init\TestFramework.ini \epoc32\winscw\c\TestFramework\TestFramework.ini
       
    23 copy ..\init\TestFramework.ini \epoc32\data\z\system\data\TestFramework.ini
       
    24 @echo Test environment initialization for UtilsTestModule... Finished.