diff options
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/make.gluegen.all.macosx.sh | 2 | ||||
-rwxr-xr-x | make/scripts/runtest.sh | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/make/scripts/make.gluegen.all.macosx.sh b/make/scripts/make.gluegen.all.macosx.sh index 51b9894..06fb947 100755 --- a/make/scripts/make.gluegen.all.macosx.sh +++ b/make/scripts/make.gluegen.all.macosx.sh @@ -6,6 +6,6 @@ fi # -Dc.compiler.debug=true -ant -v \ +ant \ -Drootrel.build=build-macosx \ $* 2>&1 | tee make.gluegen.all.macosx.log diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index d1ab23d..5239ce4 100755 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -33,7 +33,10 @@ rm -f $LOG #D_ARGS="-Djogamp.debug.TempFileCache" #D_ARGS="-Djogamp.debug.JNILibLoader -Djogamp.debug.TempFileCache -Djogamp.debug.JARUtil" #D_ARGS="-Djogamp.debug.JNILibLoader -Djogamp.gluegen.UseTempJarCache=false" -D_ARGS="-Djogamp.debug.JNILibLoader" +#D_ARGS="-Djogamp.debug.JNILibLoader" +#D_ARGS="-Djogamp.debug.Lock" +#D_ARGS="-Djogamp.debug.Lock -Djogamp.debug.Lock.TraceLock" +#D_ARGS="-Djogamp.debug.Lock.TraceLock" function onetest() { clazz=$1 @@ -48,7 +51,7 @@ 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.TestIteratorIndexCORE 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.locks.TestRecursiveLock01 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.util.IntIntHashMapTest 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.IntObjectHashMapTest 2>&1 | tee -a $LOG @@ -58,6 +61,6 @@ function onetest() { #onetest com.jogamp.gluegen.test.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.common.util.TestPlatform01 2>&1 | tee -a $LOG +#onetest com.jogamp.common.util.TestPlatform01 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 |