diff options
author | Sven Gothel <[email protected]> | 2013-02-17 20:54:27 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-02-17 20:54:27 +0100 |
commit | fc9539d50c12f9def7a3babde7384e3d38f61721 (patch) | |
tree | cfd0d1b0696c4b04f08f4f96645ed0e90f793f2a /make/scripts/tests-macosx64-junit-java7.sh | |
parent | fdc20a0205bb01747055910eb2bb33202edee277 (diff) |
Unit Tests: Use Property 'jvmJava.exe' ; Add target 'junit.run.local.java7' (if="jvmJava7.exe")
See GlueGen commit 6b86764f2e195b4046000fd5a7fcf3331ca72d21
Diffstat (limited to 'make/scripts/tests-macosx64-junit-java7.sh')
-rw-r--r-- | make/scripts/tests-macosx64-junit-java7.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/make/scripts/tests-macosx64-junit-java7.sh b/make/scripts/tests-macosx64-junit-java7.sh new file mode 100644 index 000000000..12be91bdf --- /dev/null +++ b/make/scripts/tests-macosx64-junit-java7.sh @@ -0,0 +1,8 @@ +#! /bin/bash + +export JAVA7_EXE=`/usr/libexec/java_home -version 1.7.0_12`/bin/java + +SDIR=`dirname $0` + +. $SDIR/make.jogl.all.macosx.sh -f build-test.xml junit.run.settings junit.run.local.java7 + |