gump target now uses the test suite to speed up the build (3:29 -> 0:39 on my machine)
This commit is contained in:
parent
2bbeb9e27a
commit
0b2ea87e30
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue