diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/lib/v2.2.0/gluegen-rt.jar | bin | 0 -> 286873 bytes | |||
-rwxr-xr-x | make/scripts/runtest.sh | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/make/lib/v2.2.0/gluegen-rt.jar b/make/lib/v2.2.0/gluegen-rt.jar Binary files differnew file mode 100644 index 0000000..a152ccc --- /dev/null +++ b/make/lib/v2.2.0/gluegen-rt.jar diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index 1d6402d..52df0a3 100755 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -82,7 +82,7 @@ function onetest() { #onetest com.jogamp.common.util.TestSystemPropsAndEnvs 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestVersionInfo 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestVersionNumber 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestVersionSemantics 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.TestVersionSemantics 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.locks.TestRecursiveThreadGroupLock01 2>&1 | tee -a $LOG @@ -100,7 +100,7 @@ function onetest() { #onetest com.jogamp.common.util.TestIOUtil01 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestIOUtilURICompose 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestIOUtilURIHandling 2>&1 | tee -a $LOG -onetest com.jogamp.common.util.TestTempJarCache 2>&1 | tee -a $LOG +#onetest com.jogamp.common.util.TestTempJarCache 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestJarUtil 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestValueConversion 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestSyncRingBuffer01 $* |