gump target now uses the test suite to speed up the build (3:29 -> 0:39 on my machine)

This commit is contained in:
Lars Kühne 2004-02-15 11:25:06 +00:00
parent 2bbeb9e27a
commit 0b2ea87e30
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@
<property name="translation.severity" value="ignore"/>
</target>
<target name="gump" depends="gump.setup,build.bindist,build.srcdist,run.tests"
<target name="gump" depends="gump.setup,build.bindist,build.srcdist,run.test.suite"
description="Runs the test for GUMP testing"/>
<!-- Added for Clover testing -->