Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@microsoft.com>2021-02-08 20:15:47 +0300
committerMatt Ward <matt.ward@microsoft.com>2021-02-09 13:06:59 +0300
commitb7aa8c3a97a8b0a0e17819ff3c28e680760e3338 (patch)
treee99d66df281e6c3ea79382bb62c2f4fc2dd0bfa9 /Test
parentd0fc3fac3057432665e8526987fd20e250bd63de (diff)
UnitTests now local copy the SetupProcess exe
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.
Diffstat (limited to 'Test')
-rw-r--r--Test/UnitTests/UnitTests.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/UnitTests/UnitTests.csproj b/Test/UnitTests/UnitTests.csproj
index 12aa989..5c1dd80 100644
--- a/Test/UnitTests/UnitTests.csproj
+++ b/Test/UnitTests/UnitTests.csproj
@@ -40,6 +40,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>
<Content Include="SimpleApp.addin.xml">