diff options
author | Sven Gothel <[email protected]> | 2011-03-01 03:05:52 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-03-01 03:05:52 +0100 |
commit | e43064a2f8bf96588b8325fe5e64ca412d825cf8 (patch) | |
tree | c689088c66bad1aa7a921567a6d327c4e29d5d42 /make/scripts/tests-osx.sh | |
parent | c1e542ad0150e5327b1ed9d9980d4eeb81720cde (diff) |
tests for native SWT
Diffstat (limited to 'make/scripts/tests-osx.sh')
-rwxr-xr-x | make/scripts/tests-osx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-osx.sh b/make/scripts/tests-osx.sh index 79c4e6742..c6e83367f 100755 --- a/make/scripts/tests-osx.sh +++ b/make/scripts/tests-osx.sh @@ -2,6 +2,6 @@ spath=`dirname $0` -. $spath/tests.sh /usr/bin/java ../build-macosx +. $spath/tests.sh /usr/bin/java ../build-macosx $* |