diff options
author | Sven Gothel <[email protected]> | 2012-11-25 14:59:09 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-11-25 14:59:09 +0100 |
commit | ae30626c7d857c21eabaa0d0d819ad13d19d9987 (patch) | |
tree | 00384696a6e09c108bfb88e5b3839917f57ca914 /make | |
parent | b6fa407d4bf19ef9fe387454b5eeca68853532b9 (diff) |
Add test-x64 script for running SWT junit test cases (only) - also documents how to run partial junit tests
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests-x64-junit-swt.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make/scripts/tests-x64-junit-swt.sh b/make/scripts/tests-x64-junit-swt.sh new file mode 100644 index 000000000..421791a19 --- /dev/null +++ b/make/scripts/tests-x64-junit-swt.sh @@ -0,0 +1,7 @@ +#! /bin/bash + +SDIR=`dirname $0` + +. $SDIR/make.jogl.all.linux-x86_64.sh -f build-test.xml junit.run.settings junit.run.swt.awt + + |