[netcore] Add a tool to convert corefx test assemblies into simple test runners....
commit11349df4e6a7a527cf09c1576a2eb8a158b5b54c
authorZoltan Varga <vargaz@gmail.com>
Thu, 7 Mar 2019 21:50:42 +0000 (7 16:50 -0500)
committerMarek Safar <marek.safar@gmail.com>
Thu, 7 Mar 2019 21:50:42 +0000 (7 22:50 +0100)
tree8ab64a17abee26906ad33c846dd7961586696d81
parentf6179a0e68f477828c5d4ba65cfc1b48402701c4
[netcore] Add a tool to convert corefx test assemblies into simple test runners. (#13346)

* [netcore] Add a tool to convert corefx test assemblies into simple test runners.

* Fix computation of traits.
netcore/gen-xunit-runner/Program.cs [new file with mode: 0644]
netcore/gen-xunit-runner/README.md [new file with mode: 0644]
netcore/gen-xunit-runner/gen-xunit-runner.csproj [new file with mode: 0644]