aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2009-11-29 17:28:40 +0100
committerRoel Spilker <r.spilker@gmail.com>2009-11-29 17:28:40 +0100
commit18b2cc079662213cdf6e6da3b8f75b7729a8146f (patch)
tree295955e1dfee6048427ad1d3f44394c06214bee8 /build.xml
parent78c1f1da1169522324b69079cb49a91b9e8d7b76 (diff)
parentc646def5791e3a5c27cf77c373e5ce40017c165c (diff)
downloadlombok-18b2cc079662213cdf6e6da3b8f75b7729a8146f.tar.gz
lombok-18b2cc079662213cdf6e6da3b8f75b7729a8146f.tar.bz2
lombok-18b2cc079662213cdf6e6da3b8f75b7729a8146f.zip
Merge branch 'master' of git@github.com:rzwitserloot/lombok
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 5fead285..006a546b 100644
--- a/build.xml
+++ b/build.xml
@@ -75,6 +75,10 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
</ant>
</target>
+ <target name="test" depends="compile">
+ <ant antfile="buildScripts/test.ant.xml" target="test" />
+ </target>
+
<target name="findbugs" description="Runs findbugs on the code">
<ant antfile="buildScripts/compile.ant.xml" target="findbugs" inheritAll="false" />
</target>