diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/lib/v2.2.1/gluegen-rt.jar | bin | 0 -> 287455 bytes | |||
-rw-r--r-- | make/lib/v2.3.0/gluegen-rt.jar | bin | 0 -> 325890 bytes | |||
-rwxr-xr-x | make/scripts/runtest.sh | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/make/lib/v2.2.1/gluegen-rt.jar b/make/lib/v2.2.1/gluegen-rt.jar Binary files differnew file mode 100644 index 0000000..61c5da1 --- /dev/null +++ b/make/lib/v2.2.1/gluegen-rt.jar diff --git a/make/lib/v2.3.0/gluegen-rt.jar b/make/lib/v2.3.0/gluegen-rt.jar Binary files differnew file mode 100644 index 0000000..ed9bacb --- /dev/null +++ b/make/lib/v2.3.0/gluegen-rt.jar diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh index 739caa9..b93eef1 100755 --- a/make/scripts/runtest.sh +++ b/make/scripts/runtest.sh @@ -90,7 +90,7 @@ function onetest() { #onetest com.jogamp.common.util.TestSystemPropsAndEnvs 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestVersionInfo 2>&1 | tee -a $LOG #onetest com.jogamp.common.util.TestVersionNumber 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestVersionSemantics 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.TestVersionSemantics 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.TestRecursiveThreadGroupLock01 2>&1 | tee -a $LOG @@ -135,7 +135,7 @@ function onetest() { #onetest com.jogamp.gluegen.test.junit.internals.TestType 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.test.junit.generation.PCPPTest 2>&1 | tee -a $LOG -onetest com.jogamp.gluegen.jcpp.IncludeAbsoluteTest 2>&1 | tee -a $LOG +#onetest com.jogamp.gluegen.jcpp.IncludeAbsoluteTest 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.jcpp.CppReaderTest 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.jcpp.TokenPastingWhitespaceTest 2>&1 | tee -a $LOG #onetest com.jogamp.gluegen.jcpp.PreprocessorTest 2>&1 | tee -a $LOG |