4 name=
"Castle.Services.Transaction.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 <property name=
"assembly.description" value=
"The Unit Tests for Castle.Services.Transaction." />
15 <assemblyfileset id=
"project.references" basedir=
"${build.dir}">
16 <include name=
"System.dll" />
17 <include name=
"log4net.dll" />
18 <include name=
"nunit.framework.dll"/>
19 <include name=
"Castle.Services.Transaction.dll" />
23 <target name=
"put-settings-into-app-config">
26 <target name=
"generate-assemblyinfo" depends=
"init common.generate-assemblyinfo" />
28 <target name=
"test" depends=
"init generate-assemblyinfo common.compile-tests put-settings-into-app-config common.run-tests" description=
"Runs the tests for ${project::get-name()}" />