From b9cf94f7379251904728544882b58994a5f78de1 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sun, 28 Mar 2010 20:12:12 +0200 Subject: updated scripts with correct package names. --- make/runtest.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'make/runtest.sh') diff --git a/make/runtest.sh b/make/runtest.sh index 8001c82..427f4f3 100644 --- a/make/runtest.sh +++ b/make/runtest.sh @@ -8,9 +8,9 @@ if [ -z "$builddir" ] ; then exit 1 fi -echo com.sun.gluegen.test.TestPointerBufferEndian -java -Djava.library.path=$builddir/obj -classpath $builddir/classes com.sun.gluegen.test.TestPointerBufferEndian +echo com.jogamp.gluegen.test.TestPointerBufferEndian +java -Djava.library.path=$builddir/obj -classpath $builddir/classes com.jogamp.gluegen.test.TestPointerBufferEndian echo -echo com.sun.gluegen.test.TestStructAccessorEndian -java -Djava.library.path=$builddir/obj -classpath $builddir/classes com.sun.gluegen.test.TestStructAccessorEndian +echo com.jogamp.gluegen.test.TestStructAccessorEndian +java -Djava.library.path=$builddir/obj -classpath $builddir/classes com.jogamp.gluegen.test.TestStructAccessorEndian echo -- cgit v1.2.3