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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvitek-karas <vitek.karas@microsoft.com>2020-03-13 19:59:30 +0300
committervitek-karas <vitek.karas@microsoft.com>2020-03-13 19:59:30 +0300
commitf524868e36e073789260a27e6834dd1a71053663 (patch)
treee683b2e82072e0c97211233a54ee7350ae750f18 /test/Mono.Linker.Tests
parenta65ebbd392b3dad71d67f54ad54b2cdc539b1e86 (diff)
Enable running monolinker tests in VS
To run tests from VS the NUnit3TestAdapter package is required, otherwise VS doesn't correctly recognize NUnit tests.
Diffstat (limited to 'test/Mono.Linker.Tests')
-rw-r--r--test/Mono.Linker.Tests/Mono.Linker.Tests.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Mono.Linker.Tests/Mono.Linker.Tests.csproj b/test/Mono.Linker.Tests/Mono.Linker.Tests.csproj
index 794710197..e4b13a53c 100644
--- a/test/Mono.Linker.Tests/Mono.Linker.Tests.csproj
+++ b/test/Mono.Linker.Tests/Mono.Linker.Tests.csproj
@@ -1,4 +1,4 @@
-<Project>
+<Project>
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
<PropertyGroup>
@@ -61,6 +61,7 @@
<ProjectReference Include="..\..\external\cecil\symbols\mdb\Mono.Cecil.Mdb.csproj" />
<PackageReference Include="NUnit" Version="3.10.0" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.10.0" />
+ <PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
</ItemGroup>
<Target Name="RunTestsOnMono" Condition="'$(MonoBuild)' != ''">