diff options
author | Sven Gothel <[email protected]> | 2011-12-02 02:38:12 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-02 02:38:12 +0100 |
commit | 28f9b90a728ef1d683fa53d9c521af27a389baaf (patch) | |
tree | 6581f8691b0d165a265c9bfe81ca1c67837f36b1 /make | |
parent | 2a461c6dc4e4ce01bdfe114e72cc69ec08fb2390 (diff) |
Fix Test1p2ProcAddressEmitter (static var); Add TestTracer
Diffstat (limited to 'make')
-rwxr-xr-x | 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 7fd7664..ec4701d 100755 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -64,9 +64,9 @@ 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.gluegen.test.junit.generation.Test1p1JavaEmitter 2>&1 | tee -a $LOG -#onetest com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter 2>&1 | tee -a $LOG +onetest com.jogamp.gluegen.test.junit.generation.Test1p2ProcAddressEmitter 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestPlatform01 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestRunnableTask01 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestIOUtil01 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 |