Merge pull request #2777 from xmcclure/win-makefile-aotcheck
authormonojenkins <jo.shields+jenkins@xamarin.com>
Sat, 19 Mar 2016 01:30:17 +0000 (01:30 +0000)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Sat, 19 Mar 2016 01:30:17 +0000 (01:30 +0000)
commit65e51c54aab07ba067c3563b7f32a5d096e2cd7d
tree782be8c2c09f1f47c5830c356d03b61f7457837a
parent074266c4c71c54706db9f21645a057dc572c5a2e
parent9a1720e9ab30e602183624120a898f49e1d0b8df
Merge pull request #2777 from xmcclure/win-makefile-aotcheck

Make `make fullaotcheck` in mono/mini runnable on Windows

Run with
MONO_EXECUTABLE=/path/to/msvc/mono.exe LIST_SEPARATOR=";"
This assumes you are running the test harness in Cygwin and you built mono with MSVC. Also, the test does not currently succeed.
Being able to run the test is a zeroth step toward making the test pass.