summaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-armv7l_eabi.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-07-28 16:48:47 +0200
committerSven Gothel <[email protected]>2011-07-28 16:48:47 +0200
commit630c9ce1dc643934f276b58b4cab0e04becf9879 (patch)
treebb779e6cfe36fbce8754120479c5a18e2c97dde4 /make/scripts/tests-armv7l_eabi.sh
parent7fe124eaf9f96b3dad5347f3301b8f7efaf96043 (diff)
add linux/armv7 scripts [[cross] compile clean]
Diffstat (limited to 'make/scripts/tests-armv7l_eabi.sh')
-rwxr-xr-xmake/scripts/tests-armv7l_eabi.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/make/scripts/tests-armv7l_eabi.sh b/make/scripts/tests-armv7l_eabi.sh
new file mode 100755
index 000000000..e7e327075
--- /dev/null
+++ b/make/scripts/tests-armv7l_eabi.sh
@@ -0,0 +1,7 @@
+#! /bin/bash
+
+spath=`dirname $0`
+
+. $spath/tests.sh `which java` ../build-armv7l_eabi $*
+
+