Add support for CoreCLR testing via ILLINK on Linux
authorSwaroop Sridhar <swaroops@microsoft.com>
Thu, 23 Mar 2017 01:09:05 +0000 (18:09 -0700)
committerSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>
Tue, 28 Mar 2017 18:31:25 +0000 (11:31 -0700)
commit8eb44fee8bdde41097f6b556ea3cc7559580e35b
treed79323e814be6aa2d6bbb8de8e40035f49e215e7
parent8e8fb6d6348e0e832a54f9fc047fa45a72b588de
Add support for CoreCLR testing via ILLINK on Linux

Made changes to the test infrastructure to
1) Generate <test>.sh with commands to invoke ILLINK and run the output
2) Add runtest.sh --link=<path-to-illink> to invoke the ILLINK testing

Commit migrated from https://github.com/dotnet/coreclr/commit/5f05a462321923ee6d9975cc3f88a233b3143332
src/coreclr/netci.groovy
src/coreclr/tests/runtest.sh
src/coreclr/tests/scripts/build_illink.cmd [moved from src/coreclr/tests/build_illink.cmd with 58% similarity]
src/coreclr/tests/scripts/build_illink.sh [new file with mode: 0755]
src/coreclr/tests/src/CLRTest.Execute.Bash.targets
src/coreclr/tests/src/CLRTest.Execute.Batch.targets