1 ACCEPTANCE_TESTS_PATH=external
2 ROSLYN_PATH=$(ACCEPTANCE_TESTS_PATH)/roslyn
3 CORECLR_PATH=$(ACCEPTANCE_TESTS_PATH)/coreclr
4 MSTESTSUITE_PATH=$(ACCEPTANCE_TESTS_PATH)/ms-test-suite
6 CLEANFILES = *.dll *.exe *.mdb
7 EXTRA_DIST=README.md SUBMODULES.json versions.mk versions.py roslyn.mk coreclr.mk ms-test-suite.mk
9 CLASS=$(mcs_topdir)/class/lib/$(DEFAULT_PROFILE)
11 with_mono_path = MONO_PATH=$(CLASS)
12 RUNTIME = $(with_mono_path) $(abs_top_builddir)/runtime/mono-wrapper --debug
13 MCS = $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe
14 ILASM = $(RUNTIME) $(CLASS)/ilasm.exe
19 include ms-test-suite.mk
21 check-full: check-roslyn check-coreclr check-ms-test-suite
23 clean-local: clean-local-coreclr