Revision 13358 trunk/frameworks/_fwAndami/build.xml

View differences:

build.xml
2 2
	<!-- set global properties for this build -->
3 3
	<property name="src" location="src" />
4 4
	<property name="build" location="bin" />
5
	<property name="build-test" location="bin-test" />
5 6
	<property name="dist" location="dist" />
6 7
	<property name="lib" location="lib" />
7 8
	<property name="appDir" location="gvSIG" />
......
151 152
		</zip>
152 153
	</target>
153 154

  
155
	<target name="run-tests">
156
		<antcall target="generic-run-tests">
157
			<param name="TestSuite.Name" value="com.iver.andami.AllTests"/>
158
		</antcall>
159
	</target>
154 160
</project>

Also available in: Unified diff