summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 3753ac6e5f..1c3496da0f 100644
--- a/build.xml
+++ b/build.xml
@@ -1449,6 +1449,12 @@ GENERATES A DISTRIBUTION
/>
</target>
+ <target name="hudson" depends="build">
+ <exec executable="scalatest" dir="test" vmlauncher="no">
+ <arg value="--quick"/>
+ </exec>
+ </target>
+
<!-- ===========================================================================
CLEAN
============================================================================ -->