From d70ba0240cb46cb72c4340fca822178a5a28cc12 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 18 Dec 2011 04:21:10 +0100 Subject: test scripts: add argument for java data-type (32 or 64 bit) ; Add OSX 32/64 bit test script. --- make/scripts/tests-osx-x64.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 make/scripts/tests-osx-x64.sh (limited to 'make/scripts/tests-osx-x64.sh') diff --git a/make/scripts/tests-osx-x64.sh b/make/scripts/tests-osx-x64.sh new file mode 100755 index 000000000..e50266828 --- /dev/null +++ b/make/scripts/tests-osx-x64.sh @@ -0,0 +1,7 @@ +#! /bin/bash + +spath=`dirname $0` + +. $spath/tests.sh /usr/bin/java -d64 ../build-macosx $* + + -- cgit v1.2.3