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:
parent
cc56a1abd2
commit
93beb9cac7
|
@ -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
|
||||
============================================================================ -->
|
||||
|
|
Loading…
Reference in New Issue