Add support for xunit tests
authorMarek Safar <marek.safar@gmail.com>
Sat, 11 Mar 2017 13:37:01 +0000 (14:37 +0100)
committerMarek Safar <marek.safar@gmail.com>
Fri, 17 Mar 2017 15:01:44 +0000 (16:01 +0100)
commita333f0685bbe681f9ca57944b9523613453a5040
tree68a8650bb23f28028c53db2729a90d320502dbe5
parent13127840752e34dee96919b4f27281bcef03a0ca
Add support for xunit tests
.gitmodules
external/xunit-binaries [new submodule]
mcs/build/library.make
mcs/build/tests.make
mcs/class/System.Numerics/Makefile
mcs/class/System.Numerics/System.Numerics_xtest.dll.sources [new file with mode: 0644]
mcs/class/Xunit.NetCore.Extensions/Makefile [new file with mode: 0644]
mcs/class/Xunit.NetCore.Extensions/Microsoft.Xunit.Performance/BenchmarkAttribute.cs [new file with mode: 0644]
mcs/class/Xunit.NetCore.Extensions/Microsoft.Xunit.Performance/BenchmarkDiscover.cs [new file with mode: 0644]
mcs/class/Xunit.NetCore.Extensions/Xunit.NetCore.Extensions.dll.sources [new file with mode: 0644]