startupservices/Startup/syserrcmd/tsrc/syserrcmdtest/group/envrecall.cmd
branchRCL_3
changeset 19 924385140d98
parent 18 0818dd463d41
child 20 c2c61fdca848
equal deleted inserted replaced
18:0818dd463d41 19:924385140d98
     1 @echo off
       
     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:  Environment setup for ssmlangselcmd tests.
       
    15 REM
       
    16 REM
       
    17 @echo on
       
    18 
       
    19 
       
    20 @echo Recall environment for syserrcmdtest...
       
    21 @echo Cleaning up stub...
       
    22 pushd ..\..\ssmlangselcmdteststub\group
       
    23 call bldmake bldfiles
       
    24 call abld test reallyclean -k
       
    25 popd
       
    26 
       
    27 @echo Recall environment for syserrcmdtest... Finished.
       
    28