aboutsummaryrefslogtreecommitdiffstats
path: root/etc/test.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-12-07 01:40:03 +0100
committerSven Gothel <[email protected]>2011-12-07 01:40:03 +0100
commitd9bbbbad1130bbe74856ecedb7cf1d2cc124b352 (patch)
tree26e1d136ecec9be94312c041ea62179c6c042822 /etc/test.sh
parente07315e1eb7113e5bc02c1b092ecd94380104725 (diff)
Update etc/test* scripts: Remove native lib config, use native-jars. Remove old JOGL jars in classpath
Diffstat (limited to 'etc/test.sh')
-rwxr-xr-xetc/test.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/test.sh b/etc/test.sh
index dcef0f488..1912a9514 100755
--- a/etc/test.sh
+++ b/etc/test.sh
@@ -12,15 +12,9 @@ echo LIBGL_DRIVERS_PATH: $LIBGL_DRIVERS_PATH 2>&1 | tee -a $logfile
echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $logfile
echo java $X_ARGS $D_ARGS $* 2>&1 | tee -a $logfile
-CLASSPATH=jar/gluegen-rt.jar:jar/nativewindow.all.jar:jar/jogl.all.jar:jar/newt.all.jar
+CLASSPATH=jar/gluegen-rt.jar:jar/jogl.all.jar
export CLASSPATH
-export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH
-export DYLD_LIBRARY_PATH=./lib:$DYLD_LIBRARY_PATH
-echo LD_LIBRARY PATH: $LD_LIBRARY_PATH
-echo DYLD_LIBRARY PATH: $DYLD_LIBRARY_PATH
-echo
-
echo CLASSPATH: $CLASSPATH
echo