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:
Diffstat (limited to 'linker/Tests/Mono.Linker.Tests.csproj')
-rw-r--r--linker/Tests/Mono.Linker.Tests.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/linker/Tests/Mono.Linker.Tests.csproj b/linker/Tests/Mono.Linker.Tests.csproj
index bb3565063..7c69b2d6f 100644
--- a/linker/Tests/Mono.Linker.Tests.csproj
+++ b/linker/Tests/Mono.Linker.Tests.csproj
@@ -72,6 +72,9 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="TestCasesRunner\CompilerOptions.cs" />
+ <Compile Include="TestCasesRunner\ILCompiler.cs" />
+ <Compile Include="TestCasesRunner\SetupCompileInfo.cs" />
<Compile Include="TestCasesRunner\PeVerifier.cs" />
<Compile Include="TestCases\TestSuites.cs" />
<Compile Include="TestCases\TestDatabase.cs" />