sbsv2/raptor/util/talon/tests/config.sh
branchfix
changeset 251 64208ed747d4
child 353 bb0bded637e9
equal deleted inserted replaced
238:bd7f12067a47 251:64208ed747d4
       
     1 #!/bin/bash
       
     2 #
       
     3 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     4 # All rights reserved.
       
     5 # This component and the accompanying materials are made available
       
     6 # under the terms of the License "Eclipse Public License v1.0"
       
     7 # which accompanies this distribution, and is available
       
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 #
       
    10 # Initial Contributors:
       
    11 # Nokia Corporation - initial contribution.
       
    12 #
       
    13 # Contributors:
       
    14 #
       
    15 # Description: 
       
    16 #
       
    17 # set up the environment for some talon tests.
       
    18 
       
    19 cat >settings.mk <<-endofsettings
       
    20 	SHELL:=$(cygpath -w $SBS_HOME/win32/bin/talon.exe)
       
    21 	TALON_SHELL:=$(cygpath -w $SBS_CYGWIN/bin/bash.exe)
       
    22 	TALON_BUILDID:=100
       
    23 	TALON_DEBUG:=""
       
    24 	export TALON_SHELL TALON_BUILDID TALON_DEBUG
       
    25 endofsettings