Files
OpenRA/OpenRA.Test.nunit
Piët Delport 8050b10488 Add NUnit configuration with correct binpath
This allows the tests to find and load OpenRA.Mods.Common.dll correctly
under Linux / Mono.

This should fix #10325.
2015-12-29 21:03:51 +02:00

7 lines
163 B
Plaintext

<NUnitProject>
<Settings activeconfig="Debug"/>
<Config name="Debug" binpath="mods/common">
<assembly path="OpenRA.Test.dll"/>
</Config>
</NUnitProject>