|
|
@@ -9,6 +9,9 @@
|
|
|
<property name="nunit_home" value="..\..\..\nunit"/>
|
|
|
|
|
|
<target name="build">
|
|
|
+ </target>
|
|
|
+
|
|
|
+ <target name="assemblies">
|
|
|
<csc target="library" output="System.XML_test.dll" debug="${debug}">
|
|
|
<arg value="/nowarn:1595"/>
|
|
|
<sources>
|
|
|
@@ -37,7 +40,7 @@
|
|
|
|
|
|
</target>
|
|
|
|
|
|
- <target name="test" depends="build">
|
|
|
+ <target name="test" depends="assemblies">
|
|
|
<exec program="..\..\..\nunit\NUnitConsole" commandline="Ximian.Mono.Tests.AllTests,System.XML_test.dll" failonerror="false"/>
|
|
|
</target>
|
|
|
|