Fix watchos tests for system.data (#6600)
[mono-project.git] / acceptance-tests / roslyn.mk
blobc4e8c866493a213b176eeb36c79326e3e9584a25
1 check-roslyn:
2 @$(MAKE) validate-roslyn RESET_VERSIONS=1
3 cd $(ROSLYN_PATH); \
4 ./mono-testing.sh "$(XUNIT)" || exit; \
5 echo "done"