#########################################################################

setenv SUN_OGL_IS_MT

setenv FTCHOME /atom/ftc

setenv LD_LIBRARY_PATH /atom/ftc/proto/sparcv9/opt/lib:/usr/openwin/lib/sparcv9:/usr/openwin/lib/sparcv9

setenv FB_DEV  /dev/fbs/gfb0

setenv FB_NAME  SUNWgfb


setenv REF_IMAGE_ROOT  /net/ctech43/export/home/testsuites/sparc/ftc/13

setenv REF_IMAGE_DIR  /net/ctech43/export/home/testsuites/sparc/ftc/13/refimage/sparc/SUNWgfb/direct/RGBA

setenv CUR_IMAGE_DIR  /tmp/cur/IMM

setenv BAD_IMAGE_DIR  /tmp/bad/IMM

if ( ! -d "/tmp/cur" ) then
mkdir -p /tmp/cur/IMM
endif
if ( ! -d "/tmp/bad/IMM" ) then
mkdir -p /tmp/bad/IMM
endif



##########################
# Run Time Variables
##########################
setenv FTCHOME /atom/ftc
setenv WSROOTDIR /atom/ftc

set local_path="/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin"
set net_path="/usr/dist/exe"
set sunpro="/usr/dist/pkgs/forte_dev,v6.2/SUNWspro"
set ftcbin="/atom/ftc/utils"
set cpath=".:"
set history=150
set filec
if (! -d "/atom/ftc/utils" ) then
set fpath=""
echo "ftc_path (/atom/ftc/utils) Not Found"
else
set fpath="/atom/ftc/utils:"
endif
if (! -d "/usr/dist/exe" ) then
set npath=""
echo "net_path (/usr/dist/exe) Not Found"
else
set npath="/usr/dist/exe:/usr/dist/share:"
endif
if (! -d "/usr/dist/pkgs/forte_dev,v6.2/SUNWspro" ) then
set spath=""
echo "sunpro (/usr/dist/pkgs/forte_dev,v6.2/SUNWspro) Not Found"
else
set spath="/usr/dist/pkgs/forte_dev,v6.2/SUNWspro/bin:"
endif
setenv PATH "${cpath}${fpath}${npath}${local_path}"
echo "Path Is Currently Set To (${PATH})"


###########################(TESTCASES)############################
setenv CUR_IMAGE_DIR /tmp/cur/IMM
setenv BAD_IMAGE_DIR /tmp/bad/IMM
/atom/ftc/testcases/GL/anisotropic/bin/sparc/opt/RadeonAnisotropic -vp
echo STRETCH
#/atom/ftc/testcases/GL/texture/bin/sparc/opt/stretch -p
echo STRETCH1
#/atom/ftc/testcases/GL/texture/bin/sparc/opt/stretch1 
echo COPYIMAGE
/atom/ftc/testcases/GL/pixels/bin/sparc/opt/copyimage -p 
echo DRAWMAGE
/atom/ftc/testcases/GL/pixels/bin/sparc/opt/drawimage -p 
#echo DRAWMAGE2
/atom/ftc/testcases/GL/pixels/bin/sparc/opt/drawimage2 -p



