diff options
author | Sven Gothel <[email protected]> | 2011-12-18 04:21:10 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-18 04:21:10 +0100 |
commit | d70ba0240cb46cb72c4340fca822178a5a28cc12 (patch) | |
tree | fedcc00da795ecf9cdfacbf782d24a4815961607 /make/scripts/tests-armv7l_eabi.sh | |
parent | caa2511f46ba904dfe21223819af2070445f80b0 (diff) |
test scripts: add argument for java data-type (32 or 64 bit) ; Add OSX 32/64 bit test script.
Diffstat (limited to 'make/scripts/tests-armv7l_eabi.sh')
-rwxr-xr-x | make/scripts/tests-armv7l_eabi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 $* |