diff options
author | Sven Gothel <[email protected]> | 2012-03-28 03:49:23 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-28 03:49:23 +0200 |
commit | 5f36d325ba978f6877a03b9b12636cd9542ab6da (patch) | |
tree | d4ace7c2ef7034aea5b2a4079981c47508d0755f /make/scripts/tests-linux-armv7hf.sh | |
parent | f6e9d26309efa7f8f79a898cd3688571e2e79dd2 (diff) |
Add armhf cross build/test scripts
Diffstat (limited to 'make/scripts/tests-linux-armv7hf.sh')
-rwxr-xr-x | make/scripts/tests-linux-armv7hf.sh | 7 |
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 $* + + |