Revision 22998 trunk/extensions/extNormalization/build.xml

View differences:

build.xml
7 7
	<property name="src" location="src" />
8 8
	<property name="src-test" location="src-test" />
9 9
	<property name="build-test" location="bin-test" />
10
	<property name="doc" location="doc" />
11 10
	<property name="build" location="bin" />
12 11
	<property name="dist" location="dist" />
13 12
	<property name="plugin" value="org.gvsig.normalization" />
......
78 77
	</target>
79 78

  
80 79

  
81

  
82
	<target name="run-tests" depends="batch-build,compile-tests">
83
		<antcall target="generic-run-tests">
84
			<param name="TestSuite.Name" value="org.gvsig.normalization.AllTests" />
85
		</antcall>
86
	</target>
87 80
</project>

Also available in: Unified diff