3 name=
"Castle.MonoRail.Tests"
5 xmlns=
"http://nant.sf.net/release/0.85/nant.xsd">
7 <property name=
"root.dir" value=
"../.." />
8 <include buildfile=
"${root.dir}/common-project.xml" />
10 <target name=
"init" depends=
"common.init">
11 <assemblyfileset id=
"project.references" basedir=
"${build.dir}">
12 <include name=
"nunit.framework.dll" />
13 <include name=
"Castle.MonoRail.dll" />
17 <target name=
"generate-assemblyinfo" depends=
"init common.generate-assemblyinfo" />
19 <target name=
"test" depends=
"init generate-assemblyinfo common.compile-tests common.run-tests" description=
"Runs the tests" />