1check-roslyn:
2	@$(MAKE) validate-roslyn RESET_VERSIONS=1
3	cd $(ROSLYN_PATH); \
4	./mono-testing.sh "$(XUNIT)" || exit; \
5	echo "done"
6