diff options
author | Sven Gothel <[email protected]> | 2010-11-23 06:38:00 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-23 06:38:00 +0100 |
commit | c478652d19b25ebf645534b8636c3127267af233 (patch) | |
tree | 005062986d5c70229b1e8be9c442d820c0e5a8f0 /make/scripts | |
parent | eb9d3dffe8ed0c94bacb6876d98795f1247eab7a (diff) |
Fix Version test while using the JAR files in classpath; Cleanup Manifest order
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/runtest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index b494397..21602d5 100644 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -39,11 +39,11 @@ function onetest() { } #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.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.nio.TestBuffersFloatDoubleConversion 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 #onetest com.jogamp.gluegen.test.TestStructAccessorEndian 2>&1 | tee -a $LOG |