Add crossgen tests
Simple tests which does static analysis of managed assemblies metadata to make sure that they are crossgened. Currently it verifies that all the assemblies in CLI SDK and SharedFx directroty are crossgened.
This commit is contained in:
parent
4f1dbeba0e
commit
b567bc82c3
5 changed files with 141 additions and 0 deletions
|
@ -18,6 +18,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
public static readonly string[] TestProjects = new[]
|
||||
{
|
||||
"ArgumentForwardingTests",
|
||||
"crossgen.Tests",
|
||||
"EndToEnd",
|
||||
"dotnet.Tests",
|
||||
"dotnet-build.Tests",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue