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: 2458d372fa2234f500a565dc7c97cee3dffcc7a8 (plain)
1
2
3
4
5
6
7
check-roslyn:
	@echo "Runnning roslyn tests using mono from PATH:"
	mono --version
	@$(MAKE) validate-roslyn RESET_VERSIONS=1
	cd $(ROSLYN_PATH); \
	./build.sh --restore --build --test --mono || exit; \
	echo "done"