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:
Sridhar Periyasamy 2016-04-18 10:51:32 -07:00
parent 4f1dbeba0e
commit b567bc82c3
5 changed files with 141 additions and 0 deletions

View file

@ -18,6 +18,7 @@ namespace Microsoft.DotNet.Cli.Build
public static readonly string[] TestProjects = new[]
{
"ArgumentForwardingTests",
"crossgen.Tests",
"EndToEnd",
"dotnet.Tests",
"dotnet-build.Tests",