diff options
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -256,8 +256,9 @@ the common tasks and can be called on to run the main aspects of all the sub-scr </copy> </target> - <target name="test" depends="-test-compile" unless="tests.skip" description="Runs the tests."> + <target name="test" depends="-test-compile, dist" unless="tests.skip" description="Runs the tests."> <junit haltonfailure="yes" fork="on"> + <jvmarg value="-javaagent:dist/lombok.jar" /> <formatter type="plain" usefile="false" unless="tests.quiet" /> <classpath refid="test.path" /> <classpath path="build/lombok" /> |