diff options
author | Sven Gothel <[email protected]> | 2014-09-29 03:57:30 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-09-29 03:57:30 +0200 |
commit | 00a9ee70054872712017b5a14b19aa92068c8420 (patch) | |
tree | 755dab002246d461f422218b75570cf7d6ef2042 /make/scripts/runtest.sh | |
parent | 92a6d2c1476fd562721f231f89afba9342ed8a20 (diff) |
Bug 1080 - Refine MappedByteBuffer*Stream impl. and API [doc], adding stream to stream copy as well as direct memory mapped ByteBuffer access
Diffstat (limited to 'make/scripts/runtest.sh')
-rwxr-xr-x | 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 c2f3764..778fa62 100755 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -124,7 +124,8 @@ function onetest() { #onetest com.jogamp.common.nio.TestPointerBufferEndian 2>&1 | tee -a $LOG #onetest com.jogamp.common.nio.TestStructAccessorEndian 2>&1 | tee -a $LOG #onetest com.jogamp.common.nio.TestByteBufferInputStream 2>&1 | tee -a $LOG -onetest com.jogamp.common.nio.TestByteBufferOutputStream 2>&1 | tee -a $LOG +#onetest com.jogamp.common.nio.TestByteBufferOutputStream 2>&1 | tee -a $LOG +onetest com.jogamp.common.nio.TestByteBufferCopyStream 2>&1 | tee -a $LOG #onetest com.jogamp.common.os.TestElfReader01 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.PCPPTest 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter 2>&1 | tee -a $LOG |