Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / acceptance-tests / Makefile.am
1 ACCEPTANCE_TESTS_PATH=external
2 BENCHMARKER_PATH=$(ACCEPTANCE_TESTS_PATH)/benchmarker
3 ROSLYN_PATH=$(ACCEPTANCE_TESTS_PATH)/roslyn
4 CORECLR_PATH=$(ACCEPTANCE_TESTS_PATH)/coreclr
5 MSTESTSUITE_PATH=$(ACCEPTANCE_TESTS_PATH)/ms-test-suite
6
7 CLEANFILES = *.dll *.exe *.mdb
8 EXTRA_DIST=README.md SUBMODULES.json versions.mk roslyn.mk coreclr.mk ms-test-suite.mk
9
10 CLASS=$(mcs_topdir)/class/lib/$(DEFAULT_PROFILE)
11
12 with_mono_path = MONO_PATH=$(CLASS)
13 RUNTIME = $(with_mono_path) $(abs_top_builddir)/runtime/mono-wrapper --debug
14 MCS = $(RUNTIME) $(CSC) -nologo
15 ILASM = $(RUNTIME) $(CLASS)/ilasm.exe
16
17 include versions.mk
18 include profiler-stress.mk
19 include roslyn.mk
20 include coreclr.mk
21 include ms-test-suite.mk
22
23 check-full: check-profiler-stress check-roslyn check-coreclr check-ms-test-suite
24
25 clean-local: clean-local-coreclr