Welcome to mirror list, hosted at ThFree Co, Russian Federation.

roslyn.mk « acceptance-tests - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4e8c866493a213b176eeb36c79326e3e9584a25 (plain)
1
2
3
4
5
check-roslyn:
	@$(MAKE) validate-roslyn RESET_VERSIONS=1
	cd $(ROSLYN_PATH); \
	./mono-testing.sh "$(XUNIT)" || exit; \
	echo "done"