aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-10 11:05:47 +0100
committerSven Gothel <[email protected]>2010-11-10 11:05:47 +0100
commit0f1f2c1a2d26e69813259e68e445535d3175f464 (patch)
treeaaedd4507b49a98f61d0d603005d692acfb27dc4 /make/scripts
parent92e1e8b24d128e08f13b05bd630ad7b0bf1cbf9f (diff)
Add generic VersionUtil (Manifest and Platform) ; Add VersionInfo
Diffstat (limited to 'make/scripts')
-rw-r--r--make/scripts/runtest.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh
index 101bb9e..eea1313 100644
--- a/make/scripts/runtest.sh
+++ b/make/scripts/runtest.sh
@@ -34,13 +34,14 @@ function onetest() {
clazz=$1
shift
echo $clazz
- java $D_ARGS -Djava.library.path=$builddir/obj:$builddir/test/build/natives -classpath lib/junit.jar:$ANT_JARS:$builddir/classes:$builddir/test/build/classes $clazz
+ java $D_ARGS -Djava.library.path=$builddir/obj:$builddir/test/build/natives -classpath lib/junit.jar:$ANT_JARS:$builddir/gluegen-rt.jar:$builddir/gluegen.jar:$builddir/test/build/classes $clazz
echo
}
+onetest com.jogamp.common.util.TestVersionInfo 2>&1 | tee -a $LOG
#onetest com.jogamp.common.util.TestIteratorIndexCORE 2>&1 | tee -a $LOG
#onetest com.jogamp.common.util.locks.TestRecursiveLock01 2>&1 | tee -a $LOG
#onetest com.jogamp.common.util.TestArrayHashSet01 2>&1 | tee -a $LOG
-onetest com.jogamp.gluegen.PCPPTest 2>&1 | tee -a $LOG
+#onetest com.jogamp.gluegen.PCPPTest 2>&1 | tee -a $LOG
#onetest com.jogamp.gluegen.test.TestPointerBufferEndian 2>&1 | tee -a $LOG
#onetest com.jogamp.gluegen.test.TestStructAccessorEndian 2>&1 | tee -a $LOG