diff options
author | Sven Gothel <[email protected]> | 2019-11-30 06:34:22 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-11-30 06:34:22 +0100 |
commit | 3ab7bd61dc8370e579c827ebc75e45dc1eb611a1 (patch) | |
tree | 10c5aab2bd3d336db0bdd795eec4dc4ad1565a73 /make/scripts/tests-linux-aarch64.sh | |
parent | 20030fa36dfad924084aeaa130943165f51e8f0b (diff) |
Adding test invocation script for linux aarch64 / Refined HowToBuild.html
Diffstat (limited to 'make/scripts/tests-linux-aarch64.sh')
-rwxr-xr-x | make/scripts/tests-linux-aarch64.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make/scripts/tests-linux-aarch64.sh b/make/scripts/tests-linux-aarch64.sh new file mode 100755 index 000000000..cc539facc --- /dev/null +++ b/make/scripts/tests-linux-aarch64.sh @@ -0,0 +1,7 @@ +#! /bin/bash + +spath=`dirname $0` + +. $spath/tests.sh `which java` -DummyArg ../build-linux-aarch64 $* + + |