diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-29 17:23:19 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-29 17:23:19 +0100 |
commit | c646def5791e3a5c27cf77c373e5ce40017c165c (patch) | |
tree | edd151329b0b2856376e7050826aeaba7e768272 /build.xml | |
parent | 3cf45e932b26f8e96caeecdae570cf7d9cd5e328 (diff) | |
download | lombok-c646def5791e3a5c27cf77c373e5ce40017c165c.tar.gz lombok-c646def5791e3a5c27cf77c373e5ce40017c165c.tar.bz2 lombok-c646def5791e3a5c27cf77c373e5ce40017c165c.zip |
'ant test' will now run the lombok unit tests.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |