aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/local.include
diff options
context:
space:
mode:
Diffstat (limited to '.nant/local.include')
-rw-r--r--.nant/local.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include
index 839c79b..58285bb 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -30,6 +30,7 @@
30</target> 30</target>
31 31
32<target name="test" depends="build"> 32<target name="test" depends="build">
33 <setenv name="MONO_THREADS_PER_CPU" value="100" />
33 <nunit2 failonerror="true" verbose="true"> 34 <nunit2 failonerror="true" verbose="true">
34 <formatter type="Plain" /> 35 <formatter type="Plain" />
35 <test> 36 <test>