91848d672d
Former-commit-id: ce8df4f105a5e534ae52c5975c6525634631b55b
8 lines
216 B
Makefile
8 lines
216 B
Makefile
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"
|