aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-12-14 22:25:01 +0000
committerJustin Clark-Casey (justincc)2010-12-14 22:25:01 +0000
commitc620e4c8228d275cfe9659d55ca9ec0c2d7c1b1a (patch)
tree15e975ee1980393e77740306b6d5fc9111cb4d6b /prebuild.xml
parentMade the map thread request the map items asynchronously, as the name suggest... (diff)
downloadopensim-SC_OLD-c620e4c8228d275cfe9659d55ca9ec0c2d7c1b1a.zip
opensim-SC_OLD-c620e4c8228d275cfe9659d55ca9ec0c2d7c1b1a.tar.gz
opensim-SC_OLD-c620e4c8228d275cfe9659d55ca9ec0c2d7c1b1a.tar.bz2
opensim-SC_OLD-c620e4c8228d275cfe9659d55ca9ec0c2d7c1b1a.tar.xz
add infrastructure for groups module tests
Diffstat (limited to '')
-rw-r--r--prebuild.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 9f2ef43..044770a 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2974,6 +2974,62 @@
2974 </Files> 2974 </Files>
2975 </Project> 2975 </Project>
2976 2976
2977 <Project frameworkVersion="v3_5" name="OpenSim.Region.OptionalModules.Tests" path="OpenSim/Region/OptionalModules" type="Library">
2978 <Configuration name="Debug">
2979 <Options>
2980 <OutputPath>../../../bin/</OutputPath>
2981 </Options>
2982 </Configuration>
2983 <Configuration name="Release">
2984 <Options>
2985 <OutputPath>../../../bin/</OutputPath>
2986 </Options>
2987 </Configuration>
2988
2989 <ReferencePath>../../../bin/</ReferencePath>
2990 <Reference name="System"/>
2991 <Reference name="System.Core"/>
2992 <Reference name="System.Xml"/>
2993 <Reference name="System.Drawing"/>
2994 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
2995 <Reference name="OpenMetaverse" path="../../../bin/"/>
2996 <Reference name="OpenSim.Data"/>
2997 <Reference name="OpenSim.Framework"/>
2998 <Reference name="OpenSim.Framework.Serialization"/>
2999 <Reference name="OpenSim.Framework.Communications"/>
3000 <Reference name="OpenSim.Framework.Console"/>
3001 <Reference name="OpenSim.Framework.Servers"/>
3002 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
3003 <Reference name="OpenSim.Framework.Statistics"/>
3004 <Reference name="OpenSim.Region.Framework"/>
3005 <Reference name="OpenSim.Region.CoreModules"/>
3006 <Reference name="OpenSim.Region.Physics.Manager"/>
3007 <Reference name="OpenSim.Services.Interfaces"/>
3008
3009 <!-- Unit tests -->
3010 <Reference name="OpenSim.Tests.Common"/>
3011 <Reference name="Nini" path="../../../bin/"/>
3012 <Reference name="nunit.framework" path="../../../bin/"/>
3013
3014 <!-- For scripting in funny languages by default -->
3015 <Reference name="XMLRPC" path="../../../bin/"/>
3016 <Reference name="OpenSim.Framework.Communications"/>
3017 <Reference name="Nini" path="../../../bin/"/>
3018 <Reference name="log4net" path="../../../bin/"/>
3019 <Reference name="DotNetOpenMail" path="../../../bin/"/>
3020
3021 <!--
3022 TODO: this is kind of lame, we basically build a duplicate
3023 assembly but with tests added in, just so that we don't
3024 need to hard code in a bunch of Test directories here. If
3025 pattern="Tests/*.cs" worked, we wouldn't need this.
3026 -->
3027 <Files>
3028 <!-- SADLY the way this works means you need to keep adding these paths -->
3029 <Match path="Avatar/XmlRpcGroups/Tests" pattern="*.cs" recurse="true"/>
3030 </Files>
3031 </Project>
3032
2977 <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> 3033 <Project frameworkVersion="v3_5" name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library">
2978 <Configuration name="Debug"> 3034 <Configuration name="Debug">
2979 <Options> 3035 <Options>