diff options
author | Sven Gothel <[email protected]> | 2010-11-25 18:52:09 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-25 18:52:09 +0100 |
commit | 5b43d384017f9cfa12dab1a194a5688b948dc587 (patch) | |
tree | 6cb75177874b4c88fe5b3c1fc2b16ed145d20d23 /make | |
parent | 2d2ae213fa207bcb01abef78cea034b66d2b4184 (diff) |
Refined VersionInfo (seperator/new-line)
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/runtest.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index b563f74..cfc3928 100644 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -33,18 +33,17 @@ D_ARGS="-Djogamp.debug.TraceLock" 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/gluegen-rt.jar:$builddir/gluegen.jar:$builddir/test/build/classes $clazz echo } -#onetest com.jogamp.common.GlueGenVersion 2>&1 | tee -a $LOG +onetest com.jogamp.common.GlueGenVersion 2>&1 | tee -a $LOG #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.common.util.IntIntHashMapTest 2>&1 | tee -a $LOG -onetest com.jogamp.common.util.LongIntHashMapTest 2>&1 | tee -a $LOG +#onetest com.jogamp.common.util.IntIntHashMapTest 2>&1 | tee -a $LOG +#onetest com.jogamp.common.util.LongIntHashMapTest 2>&1 | tee -a $LOG #onetest com.jogamp.common.nio.TestBuffersFloatDoubleConversion 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 |