Update dependencies from https://github.com/dotnet/arcade build 20190729.1 (#15881)
[mono-project.git] / acceptance-tests / roslyn.mk
blob2458d372fa2234f500a565dc7c97cee3dffcc7a8
1 check-roslyn:
2 @echo "Runnning roslyn tests using mono from PATH:"
3 mono --version
4 @$(MAKE) validate-roslyn RESET_VERSIONS=1
5 cd $(ROSLYN_PATH); \
6 ./build.sh --restore --build --test --mono || exit; \
7 echo "done"