From ae30626c7d857c21eabaa0d0d819ad13d19d9987 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 25 Nov 2012 14:59:09 +0100 Subject: Add test-x64 script for running SWT junit test cases (only) - also documents how to run partial junit tests --- make/scripts/tests-x64-junit-swt.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 make/scripts/tests-x64-junit-swt.sh (limited to 'make') 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 + + -- cgit v1.2.3