4 name=
"Castle.MonoRail.Framework.Views.NVelocity.Tests"
6 xmlns=
"http://nant.sf.net/release/0.85/nant.xsd"
9 <property name=
"root.dir" value=
"../.." />
10 <include buildfile=
"${root.dir}/common-project.xml" />
12 <target name=
"init" depends=
"common.init">
13 <assemblyfileset id=
"project.references" basedir=
"${build.dir}">
14 <include name=
"nunit.framework.dll" />
15 <include name=
"Castle.Core.dll" />
16 <include name=
"Castle.MonoRail.TestSupport.dll" />
17 <include name=
"Castle.MonoRail.Framework.dll" />
18 <include name=
"Castle.MonoRail.Framework.Tests.dll" />
22 <target name=
"generate-assemblyinfo" depends=
"init common.generate-assemblyinfo" />
24 <target name=
"test" depends=
"init generate-assemblyinfo common.compile-tests common.run-tests" description=
"Runs the tests" />