diff options
author | Marck | 2010-08-11 16:31:26 +0200 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-13 23:59:33 +0100 |
commit | fcc83f2305f6da6fc93b6f94ef7dbd4a1737568a (patch) | |
tree | 32b79064d9c1062654f9b6b92ce66e4ce471b498 /prebuild.xml | |
parent | Configuration files can read include files from relative paths. (diff) | |
download | opensim-SC_OLD-fcc83f2305f6da6fc93b6f94ef7dbd4a1737568a.zip opensim-SC_OLD-fcc83f2305f6da6fc93b6f94ef7dbd4a1737568a.tar.gz opensim-SC_OLD-fcc83f2305f6da6fc93b6f94ef7dbd4a1737568a.tar.bz2 opensim-SC_OLD-fcc83f2305f6da6fc93b6f94ef7dbd4a1737568a.tar.xz |
Unit test for ConfigurationLoader.
Adds a new test assembly for OpenSim.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 8407797..fdd024a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2770,6 +2770,28 @@ | |||
2770 | </Files> | 2770 | </Files> |
2771 | </Project> | 2771 | </Project> |
2772 | 2772 | ||
2773 | <Project frameworkVersion="v3_5" name="OpenSim.Tests" path="OpenSim/Tests" type="Library"> | ||
2774 | <Configuration name="Debug"> | ||
2775 | <Options> | ||
2776 | <OutputPath>../../bin/</OutputPath> | ||
2777 | </Options> | ||
2778 | </Configuration> | ||
2779 | <Configuration name="Release"> | ||
2780 | <Options> | ||
2781 | <OutputPath>../../bin/</OutputPath> | ||
2782 | </Options> | ||
2783 | </Configuration> | ||
2784 | |||
2785 | <ReferencePath>../../bin/</ReferencePath> | ||
2786 | <Reference name="OpenSim.Framework"/> | ||
2787 | <Reference name="Nini.dll" /> | ||
2788 | <Reference name="nunit.framework.dll" /> | ||
2789 | <Reference name="OpenSim" /> | ||
2790 | <Files> | ||
2791 | <Match pattern="*.cs" recurse="false"/> | ||
2792 | </Files> | ||
2793 | </Project> | ||
2794 | |||
2773 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> | 2795 | <Project frameworkVersion="v3_5" name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library"> |
2774 | <Configuration name="Debug"> | 2796 | <Configuration name="Debug"> |
2775 | <Options> | 2797 | <Options> |