Revision 13450 trunk/libraries/libProjection/build.xml

View differences:

build.xml
4 4
    </description>
5 5
  <!-- set global properties for this build -->
6 6
	<property name="src" location="src"/>
7
	<property name="src-test" location="src-test"/>
7 8
	<property name="lib" location="lib"/>
8 9
	<property name="build" location="bin"/>
10
	<property name="build-test" location="bin-test"/>
9 11
	<property name="dist"  location="dist"/>
10 12
	<property name="jarName" value="org.cresques.cts.jar"/>
11 13
	<property name="targetDir" location="../libFMap/lib"/>
......
72 74
		<delete dir="${build}"/>
73 75
		<delete dir="${dist}"/>
74 76
	</target>
77
	
78
	<target name="run-tests" depends="batch-build,compile-tests">
79
		<antcall target="generic-run-tests">
80
			<param name="TestSuite.Name" value="org.gvsig.gui.beans.AllTests"/>
81
		</antcall>
82
	</target>
83

  
75 84
</project>
76 85

  

Also available in: Unified diff