mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
* test: Add basic scene test which merely instantiates the scene right now
* set debug scene name on scene registration, rather than within the Scene constructor
This commit is contained in:
@@ -884,6 +884,7 @@
|
||||
|
||||
<!-- Unit tests -->
|
||||
<Reference name="OpenSim.Tests.Common"/>
|
||||
<Reference name="Nini.dll"/>
|
||||
<Reference name="nunit.framework.dll"/>
|
||||
|
||||
<!-- For scripting in funny languages by default -->
|
||||
@@ -904,6 +905,7 @@
|
||||
<Files>
|
||||
<!-- SADLY the way this works means you need to keep adding these paths -->
|
||||
<Match path="Modules/World/Terrain/Tests" pattern="*.cs" recurse="true" />
|
||||
<Match path="Scenes/Tests" pattern="*.cs" recurse="false" />
|
||||
</Files>
|
||||
</Project>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user