Add jit test project checker as jit test (#9721)
authorAndy Ayers <andya@microsoft.com>
Thu, 23 Feb 2017 22:53:00 +0000 (14:53 -0800)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2017 22:53:00 +0000 (14:53 -0800)
commitcdea3db0927e279c6d9bd6531bff84e4cbd94eaa
tree463f704c756f5d6b5b370cc841a1f2214391a044
parenteaf5835d6a0e914edfdbb6ad1a8af2660e87a08c
Add jit test project checker as jit test (#9721)

Add the tool used to fix/repair projects as a test case. It will
fail with an error code if any project file in the jit test subtree
needs fixing.

This test requires CORE_ROOT to point at the test overlay and
that directory be rooted under the repo (other test cases already
have similar requirements).

CodeGenBringUp tests are noted as needing fixes, but are accounted
for under the category of "deferred fixes".
tests/src/JIT/Regression/JitBlue/CoreFX_15913/CoreFX_15913.csproj
tests/src/jit/CheckProjects/CheckProjects.cs [new file with mode: 0644]
tests/src/jit/CheckProjects/CheckProjects.csproj [new file with mode: 0644]