main
1<?xml version="1.0" encoding="utf-8" ?>
2<project name="project.ci">
3	
4	<target name="run.ci.tests" depends="test.compile">
5		<property name="xunit.arguments" value="${build.compile.dir}/${test.output} /rt:xml /rd:${build.compile.dir}" />
6		<call target="run.test" />
7	</target>
8	
9</project>