diff options
Diffstat (limited to '')
-rw-r--r-- | .nant/local.include | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include index 8c72c80..8e233d0 100644 --- a/.nant/local.include +++ b/.nant/local.include | |||
@@ -53,6 +53,11 @@ | |||
53 | </exec> | 53 | </exec> |
54 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.servers.tests)==0}" /> | 54 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.servers.tests)==0}" /> |
55 | 55 | ||
56 | <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.framework.serialization.tests"> | ||
57 | <arg value="./bin/OpenSim.Framework.Serialization.Tests.dll" /> | ||
58 | </exec> | ||
59 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.serialization.tests)==0}" /> | ||
60 | |||
56 | <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.region.clientstack.lindenudp.tests"> | 61 | <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.region.clientstack.lindenudp.tests"> |
57 | <arg value="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> | 62 | <arg value="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> |
58 | </exec> | 63 | </exec> |