Enable OdePlugin unit test in continuous build.

0.6.0-stable
Mike Mazur 2008-07-25 05:25:55 +00:00
parent 1e7c9e4810
commit 87a3de9bf6
1 changed files with 6 additions and 0 deletions

View File

@ -21,8 +21,13 @@
<touch file="../${projectdir}/bin/startup_commands.txt" />
<!-- Re-create the directory containig test results. -->
<delete dir="../test-results" />
<mkdir dir="../test-results" />
<!-- Copy the OdePlugin dll to bin/ for testing. -->
<copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
<!-- Run the tests. -->
<nunit2 failonerror="false">
<formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
<test>
@ -31,6 +36,7 @@
<include name="../bin/OpenSim.Region.ScriptEngine.Common.Tests.dll" />
<include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" />
<include name="../bin/OpenSim.Region.Environment.dll" />
<include name="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
</assemblies>
</test>
</nunit2>