Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
UnitTests now local copy the SetupProcess exe
Browse files Browse the repository at this point in the history
The tests do not run tests with the external SetupProcess currently
but having the UnitTests copy this allows this to be tested locally
by changing the AddinDatabase.GetSetupHandler method.
  • Loading branch information
mrward committed Feb 8, 2021
1 parent 9680723 commit 8ea73dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Test/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
<Project>{A85C9721-C054-4BD8-A1F3-0227615F0A36}</Project>
<Name>Mono.Addins.Setup</Name>
</ProjectReference>
<ProjectReference Include="..\..\Mono.Addins.SetupProcess\Mono.Addins.SetupProcess.csproj">
<Project>{303D2716-94AA-4067-8111-F478D26DFAFE}</Project>
<Name>Mono.Addins.SetupProcess</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="TestExtensions.cs" />
Expand Down

0 comments on commit 8ea73dd

Please sign in to comment.