mirror of
https://github.com/opensim/opensim.git
synced 2026-08-14 09:25:45 +08:00
add shell for SQLite testing. No tests yet.
add another nant target for test-xml to get the verbose version
This commit is contained in:
@@ -37,11 +37,29 @@
|
||||
<include name="./bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" />
|
||||
<include name="./bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" />
|
||||
<include name="./bin/OpenSim.Region.Environment.Tests.dll" />
|
||||
<include name="./bin/OpenSim.Data.SQLite.Tests.dll" />
|
||||
</assemblies>
|
||||
</test>
|
||||
</nunit2>
|
||||
</target>
|
||||
|
||||
<target name="test-xml" depends="build">
|
||||
<nunit2 failonerror="true" verbose="true">
|
||||
<formatter type="Xml" usefile="true" extension=".xml" outputdir="./test-results" />
|
||||
<test>
|
||||
<assemblies>
|
||||
<include name="./bin/OpenSim.Framework.Tests.dll" />
|
||||
<include name="./bin/OpenSim.Region.ScriptEngine.Common.Tests.dll" />
|
||||
<include name="./bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" />
|
||||
<include name="./bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" />
|
||||
<include name="./bin/OpenSim.Region.Environment.Tests.dll" />
|
||||
<include name="./bin/OpenSim.Data.SQLite.Tests.dll" />
|
||||
</assemblies>
|
||||
</test>
|
||||
</nunit2>
|
||||
</target>
|
||||
|
||||
|
||||
<target name="dist" depends="distdir">
|
||||
<zip zipfile="${projectdir}.zip">
|
||||
<fileset basedir=".">
|
||||
|
||||
Reference in New Issue
Block a user