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.
This commit is contained in:
6
OpenRA.Test.nunit
Normal file
6
OpenRA.Test.nunit
Normal file
@@ -0,0 +1,6 @@
|
||||
<NUnitProject>
|
||||
<Settings activeconfig="Debug"/>
|
||||
<Config name="Debug" binpath="mods/common">
|
||||
<assembly path="OpenRA.Test.dll"/>
|
||||
</Config>
|
||||
</NUnitProject>
|
||||
Reference in New Issue
Block a user