Revision 13427 trunk/libraries/libFMap/build.xml

View differences:

build.xml
177 177
		<delete dir="${dist}"/>
178 178
	</target>
179 179

  
180

  
181
	<target name="test" description="Run the test suite" depends="compile-test,generar-todos">
182
		<junit
183
			fork="yes"
184
			printsummary="yes"
185
			haltonfailure="yes"
186
			>
187
				<formatter type="plain" usefile="no"/>
188
				<classpath refid="libFMap.compile-classpath"/>
189
				<classpath>
190
					<pathelement location="${build}"/>
191
					<pathelement location="${build-test}"/>
192
				</classpath>
193
				<test name="com.iver.cit.gvsig.fmap.AllTests"/>
194
		</junit>
180
	<target name="run-tests" depends="batch-build,compile-tests">
181
		<antcall target="generic-run-tests">
182
			<param name="TestSuite.Name" value="com.iver.cit.gvsig.fmap.AllTests"/>
183
		</antcall>
195 184
	</target>
196 185

  
197

  
198 186
</project>

Also available in: Unified diff