diff options
author | Sven Gothel <[email protected]> | 2011-02-28 05:24:40 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-28 05:24:40 +0100 |
commit | 10ea39d665f0cb50204d1965a0739ca15119e86f (patch) | |
tree | 2ab049c8c2716ee683853283ba0879eb2eac855e /make/scripts/tests-x32.sh | |
parent | f9ae06b4df8daa5e780e392543cb06cb9a6293c9 (diff) |
SWT/JOGL: Native SWT binding test
Diffstat (limited to 'make/scripts/tests-x32.sh')
-rwxr-xr-x | make/scripts/tests-x32.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-x32.sh b/make/scripts/tests-x32.sh index 553392f89..edbab5ac6 100755 --- a/make/scripts/tests-x32.sh +++ b/make/scripts/tests-x32.sh @@ -2,6 +2,6 @@ spath=`dirname $0` -. $spath/tests.sh /opt-linux-x86/j2se6/bin/java ../build-x86 +. $spath/tests.sh /opt-linux-x86/j2se6/bin/java ../build-x86 $* |