diff options
author | Sven Gothel <[email protected]> | 2010-11-19 14:12:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-19 14:12:37 +0100 |
commit | 992dcea3e94eead998942127a137cccd0882fe97 (patch) | |
tree | c490e234b3064c8a6999b356441490bd5655c564 /make/scripts/runtest.sh | |
parent | 80e26cb102201af7d4159842edf39bcf989ebaa1 (diff) |
Buffers float/double conversion: Add arg for given destination buffer; Add back conversion; Add unit test for arrays
Diffstat (limited to 'make/scripts/runtest.sh')
-rw-r--r-- | make/scripts/runtest.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index 4a1fea3..b494397 100644 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -38,11 +38,12 @@ function onetest() { 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.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 |