aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2008-09-04 22:11:13 +0000
committerSean Dague2008-09-04 22:11:13 +0000
commitd363661a7e65e2bd83d6da99230d27cb593436ed (patch)
tree324d3925a74675b9e784ac27cde7a7894ece257f /prebuild.xml
parentnormalize naming for OpenSim.Tests.Framework.dll (diff)
downloadopensim-SC_OLD-d363661a7e65e2bd83d6da99230d27cb593436ed.zip
opensim-SC_OLD-d363661a7e65e2bd83d6da99230d27cb593436ed.tar.gz
opensim-SC_OLD-d363661a7e65e2bd83d6da99230d27cb593436ed.tar.bz2
opensim-SC_OLD-d363661a7e65e2bd83d6da99230d27cb593436ed.tar.xz
complete rationalization of unit tests that we currently run
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/prebuild.xml b/prebuild.xml
index b061226..8b55ff3 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1487,19 +1487,19 @@
1487 </Files> 1487 </Files>
1488 </Project> 1488 </Project>
1489 1489
1490 <Project name="OpenSim.Region.ScriptEngine.Shared.Tests" path="OpenSim/Tests/OpenSim/Region/ScriptEngine/Shared" type="Library"> 1490 <Project name="OpenSim.Tests.Region.ScriptEngine.Shared" path="OpenSim/Tests/Region/ScriptEngine/Shared" type="Library">
1491 <Configuration name="Debug"> 1491 <Configuration name="Debug">
1492 <Options> 1492 <Options>
1493 <OutputPath>../../../../../../bin/</OutputPath> 1493 <OutputPath>../../../../../bin/</OutputPath>
1494 </Options> 1494 </Options>
1495 </Configuration> 1495 </Configuration>
1496 <Configuration name="Release"> 1496 <Configuration name="Release">
1497 <Options> 1497 <Options>
1498 <OutputPath>../../../../../../bin/</OutputPath> 1498 <OutputPath>../../../../../bin/</OutputPath>
1499 </Options> 1499 </Options>
1500 </Configuration> 1500 </Configuration>
1501 1501
1502 <ReferencePath>../../../../../../bin/</ReferencePath> 1502 <ReferencePath>../../../../../bin/</ReferencePath>
1503 <Reference name="System" localCopy="false"/> 1503 <Reference name="System" localCopy="false"/>
1504 <Reference name="OpenSim.Region.ScriptEngine.Shared"/> 1504 <Reference name="OpenSim.Region.ScriptEngine.Shared"/>
1505 <Reference name="OpenSim.Tests.Common"/> 1505 <Reference name="OpenSim.Tests.Common"/>
@@ -1648,19 +1648,19 @@
1648 </Files> 1648 </Files>
1649 </Project> 1649 </Project>
1650 1650
1651 <Project name="OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests" path="OpenSim/Tests/OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library"> 1651 <Project name="OpenSim.Tests.Region.ScriptEngine.Shared.CodeTools" path="OpenSim/Tests/Region/ScriptEngine/Shared/CodeTools" type="Library">
1652 <Configuration name="Debug"> 1652 <Configuration name="Debug">
1653 <Options> 1653 <Options>
1654 <OutputPath>../../../../../../../bin/</OutputPath> 1654 <OutputPath>../../../../../../bin/</OutputPath>
1655 </Options> 1655 </Options>
1656 </Configuration> 1656 </Configuration>
1657 <Configuration name="Release"> 1657 <Configuration name="Release">
1658 <Options> 1658 <Options>
1659 <OutputPath>../../../../../../../bin/</OutputPath> 1659 <OutputPath>../../../../../../bin/</OutputPath>
1660 </Options> 1660 </Options>
1661 </Configuration> 1661 </Configuration>
1662 1662
1663 <ReferencePath>../../../../../../../bin/</ReferencePath> 1663 <ReferencePath>../../../../../../bin/</ReferencePath>
1664 <Reference name="System" localCopy="false"/> 1664 <Reference name="System" localCopy="false"/>
1665 <Reference name="OpenSim.Region.ScriptEngine.Shared.CodeTools"/> 1665 <Reference name="OpenSim.Region.ScriptEngine.Shared.CodeTools"/>
1666 <Reference name="nunit.framework.dll" /> 1666 <Reference name="nunit.framework.dll" />
@@ -1969,19 +1969,19 @@
1969 </Files> 1969 </Files>
1970 </Project> 1970 </Project>
1971 1971
1972 <Project name="OpenSim.Region.ScriptEngine.Common.Tests" path="OpenSim/Tests/OpenSim/Region/ScriptEngine/Common" type="Library"> 1972 <Project name="OpenSim.Tests.Region.ScriptEngine.Common" path="OpenSim/Tests/Region/ScriptEngine/Common" type="Library">
1973 <Configuration name="Debug"> 1973 <Configuration name="Debug">
1974 <Options> 1974 <Options>
1975 <OutputPath>../../../../../../bin/</OutputPath> 1975 <OutputPath>../../../../../bin/</OutputPath>
1976 </Options> 1976 </Options>
1977 </Configuration> 1977 </Configuration>
1978 <Configuration name="Release"> 1978 <Configuration name="Release">
1979 <Options> 1979 <Options>
1980 <OutputPath>../../../../../../bin/</OutputPath> 1980 <OutputPath>../../../../../bin/</OutputPath>
1981 </Options> 1981 </Options>
1982 </Configuration> 1982 </Configuration>
1983 1983
1984 <ReferencePath>../../../../../../bin/</ReferencePath> 1984 <ReferencePath>../../../../../bin/</ReferencePath>
1985 <Reference name="OpenSim.Region.ScriptEngine.Common"/> 1985 <Reference name="OpenSim.Region.ScriptEngine.Common"/>
1986 <Reference name="OpenSim.Tests.Common"/> 1986 <Reference name="OpenSim.Tests.Common"/>
1987 <Reference name="nunit.framework.dll" /> 1987 <Reference name="nunit.framework.dll" />