diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index e2a00fc..f463955 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -884,6 +884,7 @@ | |||
884 | 884 | ||
885 | <!-- Unit tests --> | 885 | <!-- Unit tests --> |
886 | <Reference name="OpenSim.Tests.Common"/> | 886 | <Reference name="OpenSim.Tests.Common"/> |
887 | <Reference name="Nini.dll"/> | ||
887 | <Reference name="nunit.framework.dll"/> | 888 | <Reference name="nunit.framework.dll"/> |
888 | 889 | ||
889 | <!-- For scripting in funny languages by default --> | 890 | <!-- For scripting in funny languages by default --> |
@@ -904,6 +905,7 @@ | |||
904 | <Files> | 905 | <Files> |
905 | <!-- SADLY the way this works means you need to keep adding these paths --> | 906 | <!-- SADLY the way this works means you need to keep adding these paths --> |
906 | <Match path="Modules/World/Terrain/Tests" pattern="*.cs" recurse="true" /> | 907 | <Match path="Modules/World/Terrain/Tests" pattern="*.cs" recurse="true" /> |
908 | <Match path="Scenes/Tests" pattern="*.cs" recurse="false" /> | ||
907 | </Files> | 909 | </Files> |
908 | </Project> | 910 | </Project> |
909 | 911 | ||