diff options
Diffstat (limited to 'make/scripts/tests-osx.sh')
-rwxr-xr-x | make/scripts/tests-osx.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make/scripts/tests-osx.sh b/make/scripts/tests-osx.sh new file mode 100755 index 000000000..79c4e6742 --- /dev/null +++ b/make/scripts/tests-osx.sh @@ -0,0 +1,7 @@ +#! /bin/bash + +spath=`dirname $0` + +. $spath/tests.sh /usr/bin/java ../build-macosx + + |