aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJohan Berntsson2008-07-08 08:42:17 +0000
committerJohan Berntsson2008-07-08 08:42:17 +0000
commit27d9aeab0c9d54227f4f0cc24dc7e9b04f5559bf (patch)
treebf31c5bcb17235a32e0acfe8f5b631b009d9be44 /prebuild.xml
parentPatch from Mike: clarification of Tools.dll licensing (used by the LLScript c... (diff)
downloadopensim-SC_OLD-27d9aeab0c9d54227f4f0cc24dc7e9b04f5559bf.zip
opensim-SC_OLD-27d9aeab0c9d54227f4f0cc24dc7e9b04f5559bf.tar.gz
opensim-SC_OLD-27d9aeab0c9d54227f4f0cc24dc7e9b04f5559bf.tar.bz2
opensim-SC_OLD-27d9aeab0c9d54227f4f0cc24dc7e9b04f5559bf.tar.xz
Patch from Mike: added unit tests for the LSL compiler
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 8e80ed5..d875cbe 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1588,6 +1588,26 @@
1588 </Files> 1588 </Files>
1589 </Project> 1589 </Project>
1590 1590
1591 <Project name="OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests" path="OpenSim/Tests/OpenSim/Region/ScriptEngine/Shared/CodeTools" type="Library">
1592 <Configuration name="Debug">
1593 <Options>
1594 <OutputPath>../../../../../../../bin/</OutputPath>
1595 </Options>
1596 </Configuration>
1597 <Configuration name="Release">
1598 <Options>
1599 <OutputPath>../../../../../../../bin/</OutputPath>
1600 </Options>
1601 </Configuration>
1602
1603 <ReferencePath>../../../../../../../bin/</ReferencePath>
1604 <Reference name="OpenSim.Region.ScriptEngine.Shared.CodeTools"/>
1605 <Reference name="nunit.framework.dll" />
1606 <Files>
1607 <Match pattern="*.cs" recurse="false"/>
1608 </Files>
1609 </Project>
1610
1591 <Project name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> 1611 <Project name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library">
1592 <Configuration name="Debug"> 1612 <Configuration name="Debug">
1593 <Options> 1613 <Options>