* Adding unit test support to Environment for modules.

* Written some unit tests for Terrain Module as an example.
This commit is contained in:
Adam Frisby
2008-05-01 13:59:58 +00:00
parent 13e51b197c
commit 4ef6f53a11
2 changed files with 62 additions and 0 deletions

View File

@@ -791,6 +791,9 @@
<Reference name="OpenSim.Framework.Console"/>
<Reference name="OpenSim.Region.Physics.Manager"/>
<Reference name="OpenSim.Framework.Servers"/>
<!-- Unit tests -->
<Reference name="OpenSim.Tests.Common"/>
<Reference name="nunit.framework.dll"/>
<!-- For scripting in funny languages by default -->
<Reference name="Microsoft.JScript"/>
<Reference name="XMLRPC.dll"/>