summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-07-25 15:47:09 +0000
committermichelou <michelou@epfl.ch>2007-07-25 15:47:09 +0000
commitc89a1811dfc85a4f88d33666175075b2aadd7c7f (patch)
tree50536ce0b77554b1c8e09ffc9a3bac47e51dd38d /build.xml
parent538e22b80c657dcc3326959a8601cd0a0da78e37 (diff)
downloadscala-c89a1811dfc85a4f88d33666175075b2aadd7c7f.tar.gz
scala-c89a1811dfc85a4f88d33666175075b2aadd7c7f.tar.bz2
scala-c89a1811dfc85a4f88d33666175075b2aadd7c7f.zip
hudson test
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
============================================================================ -->