* BOO-913: Ensures that there is a parent namespace before attempting to enter it.
[boo.git] / tests / nunit.inc
blob4355733d09c09ae868a854a42629870285a27b30
1 <?xml version="1.0"?>
2 <project name="boo nunit include">
4 <!-- find out where nunit.framework.dll is -->
5 <property name="lib.dir"
6 value="${path::combine(nant::get-base-directory(), 'lib')}"
7 dynamic="true" />
9 <property name="lib.family.dir"
10 value="${path::combine(lib.dir,framework::get-family(framework::get-target-framework()))}"
11 dynamic="true" />
13 <property name="lib.framework.dir"
14 value="${path::combine(lib.family.dir, version::to-string(framework::get-version(framework::get-target-framework())))}"
15 dynamic="true" />
17 <property name="nunit.framework.dll"
18 value="${path::combine(lib.framework.dir, 'nunit.framework.dll')}" />
20 <property name="nant.tasks.nunit2"
21 value="${task::exists('nunit2')}" />
23 </project>