Show mono info in 'make check-csharp-version'

For diagnosing configuration of mono runtime
This commit is contained in:
William S Fulton 2014-10-14 07:27:08 +01:00
commit 42da040a07

View file

@ -1396,6 +1396,7 @@ csharp_run:
# Version check below also works with MS csc.exe which does not understand --version
csharp_version:
$(CSHARPCOMPILER) --version | head -n 1
if test -n "$(CSHARPCILINTERPRETER)" ; then "$(CSHARPCILINTERPRETER)" --version ; fi
# -----------------------------------------------------------------
# Cleaning the CSharp examples