mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 15:25:47 +08:00
* Something that thus needs fixing is the fact that ProjectReferences has to be marked
<ProjectReference>
<Private>False</Private>
</ProjectReference>
but that is not configurable in the upstream Xml Schema. I've hardcoded it in our repo for now.
6 lines
326 B
Plaintext
6 lines
326 B
Plaintext
There are some tests that are run via a Makfile in this
|
|
directory. They haven't been included in any form of unit tests, but
|
|
they are there to help test the functionality in some what. Simply
|
|
build prebuild (so there is a src/bin/Release/prebuild.exe) and type
|
|
`make` in this directory. Everything should pass without errors.
|