aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-03-27 15:45:47 +0100
committerSven Gothel <[email protected]>2015-03-27 15:45:47 +0100
commitf1eba171ddd887a2daa3dfa2ac90ac864c5b22d4 (patch)
tree296c6ec4d9daed9071d39622c1001ece7bc0135a /make
parent40c9a3d3b61c5f779b255f840de87cb6df0d36fe (diff)
TestVersionSemantics: Add version tests: v220 -> v221, v221 -> v230 and v230 -> v23xv2.3.1
Diffstat (limited to 'make')
-rw-r--r--make/lib/v2.2.1/gluegen-rt.jarbin0 -> 287455 bytes
-rw-r--r--make/lib/v2.3.0/gluegen-rt.jarbin0 -> 325890 bytes
-rwxr-xr-xmake/scripts/runtest.sh4
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
new file mode 100644
index 0000000..61c5da1
--- /dev/null
+++ b/make/lib/v2.2.1/gluegen-rt.jar
Binary files differ
diff --git a/make/lib/v2.3.0/gluegen-rt.jar b/make/lib/v2.3.0/gluegen-rt.jar
new file mode 100644
index 0000000..ed9bacb
--- /dev/null
+++ b/make/lib/v2.3.0/gluegen-rt.jar
Binary files differ
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