aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-linux-armv7hf.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-03-28 03:49:23 +0200
committerSven Gothel <[email protected]>2012-03-28 03:49:23 +0200
commit5f36d325ba978f6877a03b9b12636cd9542ab6da (patch)
treed4ace7c2ef7034aea5b2a4079981c47508d0755f /make/scripts/tests-linux-armv7hf.sh
parentf6e9d26309efa7f8f79a898cd3688571e2e79dd2 (diff)
Add armhf cross build/test scripts
Diffstat (limited to 'make/scripts/tests-linux-armv7hf.sh')
-rwxr-xr-xmake/scripts/tests-linux-armv7hf.sh7
1 files changed, 7 insertions, 0 deletions
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 $*
+
+