aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 266747ff..ac7c2c6c 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />