Add standalone test runner generator utility (dotnet/corefx#36434)
authorStephen Toub <stoub@microsoft.com>
Thu, 28 Mar 2019 13:46:43 +0000 (09:46 -0400)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2019 13:46:43 +0000 (09:46 -0400)
commit11d8fef3064e62cbae6dbf7d73f43cd13b9bb035
treeaacd7a6d959f98d6c9df5cda6ba2fa04fe914e35
parente9337d7d2f0ee1feeee45da835356cea710d44d6
parent1ceaa6d012feb9164584f9fc379ece250a3d7fcb
Add standalone test runner generator utility (dotnet/corefx#36434)

A console app that reflects over a corefx test assembly and generates another console app that can invoke most of the tests without any reflection and minimal additional code execution.  This is helpful when bringing up new platforms.

Commit migrated from https://github.com/dotnet/corefx/commit/ea48dae8a957f189c9812cc13ebaec8237dc6bc7