diff options
Diffstat (limited to 'make/scripts/runtest-secmgr.sh')
-rwxr-xr-x | make/scripts/runtest-secmgr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/runtest-secmgr.sh b/make/scripts/runtest-secmgr.sh index 24f1b58..b174d36 100755 --- a/make/scripts/runtest-secmgr.sh +++ b/make/scripts/runtest-secmgr.sh @@ -99,7 +99,7 @@ function onetest() { #onetest com.jogamp.common.util.IntObjectHashMapTest 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.LongIntHashMapTest 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.JCPPTest 2>&1 | tee -a $LOG #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.os.TestElfReader01 2>&1 | tee -a $LOG |