hudson test

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@12416 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
michelou 2007-07-25 15:47:09 +00:00
parent cc56a1abd2
commit 93beb9cac7
1 changed files with 6 additions and 0 deletions

View File

@ -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
============================================================================ -->