From 5f36d325ba978f6877a03b9b12636cd9542ab6da Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 28 Mar 2012 03:49:23 +0200 Subject: Add armhf cross build/test scripts --- make/scripts/tests-linux-armv7hf.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 make/scripts/tests-linux-armv7hf.sh (limited to 'make/scripts/tests-linux-armv7hf.sh') diff --git a/make/scripts/tests-linux-armv7hf.sh b/make/scripts/tests-linux-armv7hf.sh new file mode 100755 index 000000000..5526e81c3 --- /dev/null +++ b/make/scripts/tests-linux-armv7hf.sh @@ -0,0 +1,7 @@ +#! /bin/bash + +spath=`dirname $0` + +. $spath/tests.sh `which java` -DummyArg ../build-linux-armv7hf $* + + -- cgit v1.2.3