From 4dfa3b7004295da1637e6a7e328ccb84babb76d3 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 18 Jul 2011 21:05:55 +0200 Subject: There's now 1 test suite that runs all tests, and 'ant eclipse' will make a launch config that adds the appropriate -javaagent VM param to ensure the runWithEclipse tests work. --- buildScripts/eclipse-run-tests.template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 buildScripts/eclipse-run-tests.template (limited to 'buildScripts/eclipse-run-tests.template') diff --git a/buildScripts/eclipse-run-tests.template b/buildScripts/eclipse-run-tests.template new file mode 100644 index 00000000..4296d372 --- /dev/null +++ b/buildScripts/eclipse-run-tests.template @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + -- cgit