summaryrefslogtreecommitdiffstats
path: root/make/runtest-cvm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/runtest-cvm.sh')
-rw-r--r--make/runtest-cvm.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/make/runtest-cvm.sh b/make/runtest-cvm.sh
index 268cf6e..0b29c07 100644
--- a/make/runtest-cvm.sh
+++ b/make/runtest-cvm.sh
@@ -11,9 +11,9 @@ if [ ! -x "$CVM" -o -z "$builddir" ] ; then
exit 1
fi
-echo com.sun.gluegen.test.TestPointerBufferEndian
-$CVM -Dsun.boot.library.path=$builddir/obj -Xbootclasspath/a:$builddir/classes-cdc com.sun.gluegen.test.TestPointerBufferEndian
+echo com.jogamp.gluegen.test.TestPointerBufferEndian
+$CVM -Dsun.boot.library.path=$builddir/obj -Xbootclasspath/a:$builddir/classes-cdc com.jogamp.gluegen.test.TestPointerBufferEndian
echo
-echo com.sun.gluegen.test.TestStructAccessorEndian
-$CVM -Dsun.boot.library.path=$builddir/obj -Xbootclasspath/a:$builddir/classes-cdc com.sun.gluegen.test.TestStructAccessorEndian
+echo com.jogamp.gluegen.test.TestStructAccessorEndian
+$CVM -Dsun.boot.library.path=$builddir/obj -Xbootclasspath/a:$builddir/classes-cdc com.jogamp.gluegen.test.TestStructAccessorEndian
echo