From c646def5791e3a5c27cf77c373e5ce40017c165c Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 29 Nov 2009 17:23:19 +0100 Subject: 'ant test' will now run the lombok unit tests. --- buildScripts/test.ant.xml | 79 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 buildScripts/test.ant.xml (limited to 'buildScripts/test.ant.xml') diff --git a/buildScripts/test.ant.xml b/buildScripts/test.ant.xml new file mode 100644 index 00000000..742819c5 --- /dev/null +++ b/buildScripts/test.ant.xml @@ -0,0 +1,79 @@ + + + +This buildfile is part of projectlombok.org. It responsible for running unit tests. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + All tests successful. + + -- cgit