Skip to content

Commit

Permalink
Add Mac nunit config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewin committed Jul 28, 2016
1 parent ce6ae49 commit 55afba3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MatterControl.mac.nunit
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<NUnitProject>
<Settings activeconfig="Debug" processModel="Multiple" domainUsage="Multiple" />
<Config name="Debug" binpathtype="Auto" runtimeFramework="v4.0.21006">
<assembly path="Submodules/agg-sharp/Tests/Agg.Tests/bin/Debug/Agg.Tests.dll" />
<assembly path="Tests/MatterControl.Tests/bin/Debug/MatterControl.Tests.dll" />
<assembly path="Submodules/MatterSlice/Tests/MatterSlice.Tests/bin/Debug/MatterSlice.Tests.dll" />
</Config>
<Config name="Release" binpathtype="Auto" runtimeFramework="v4.0.21006">
<assembly path="Tests/MatterControl.Tests/bin/Release/MatterControl.Tests.dll" />
<assembly path="Submodules/agg-sharp/Tests/Agg.Tests/bin/Release/Agg.Tests.dll" />
<assembly path="Submodules/MatterSlice/Tests/MatterSlice.Tests/bin/Release/MatterSlice.Tests.dll" />
</Config>
</NUnitProject>

0 comments on commit 55afba3

Please sign in to comment.