From 3732d0162051ffe56af34ba345b59c15bfc6f552 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 16 Aug 2012 14:47:16 +0200 Subject: Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 Note: Patch set not clean since build*xml files contain 'NEWT Broadcom' driver changes of upcoming commit due to pervious uncommitted work. Will be fixed w/ next commit. --- make/scripts/tests-linux-armv6hf.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 make/scripts/tests-linux-armv6hf.sh (limited to 'make/scripts/tests-linux-armv6hf.sh') diff --git a/make/scripts/tests-linux-armv6hf.sh b/make/scripts/tests-linux-armv6hf.sh new file mode 100755 index 000000000..6b66a47de --- /dev/null +++ b/make/scripts/tests-linux-armv6hf.sh @@ -0,0 +1,7 @@ +#! /bin/bash + +spath=`dirname $0` + +. $spath/tests.sh `which java` -DummyArg ../build-linux-armv6hf $* + + -- cgit v1.2.3