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-armv7l_eabi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/scripts/tests-armv7l_eabi.sh') diff --git a/make/scripts/tests-armv7l_eabi.sh b/make/scripts/tests-armv7l_eabi.sh index e7e327075..2ed3070b4 100755 --- a/make/scripts/tests-armv7l_eabi.sh +++ b/make/scripts/tests-armv7l_eabi.sh @@ -2,6 +2,6 @@ spath=`dirname $0` -. $spath/tests.sh `which java` ../build-armv7l_eabi $* +. $spath/tests.sh `which java` -DummyArg ../build-armv7l_eabi $* -- cgit v1.2.3