Merge pull request #3093 from lambdageek/dev/monoerror-exec
[mono.git] / acceptance-tests / Makefile.am
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
5
6 CLEANFILES = *.dll *.exe *.mdb
7 EXTRA_DIST=README.md SUBMODULES.json versions.mk roslyn.mk coreclr.mk ms-test-suite.mk
8
9 CLASS=$(mcs_topdir)/class/lib/$(DEFAULT_PROFILE)
10
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
15
16 include versions.mk
17 include roslyn.mk
18 include coreclr.mk
19 include ms-test-suite.mk
20
21 check-full: check-roslyn check-coreclr check-ms-test-suite
22
23 clean-local: clean-local-coreclr