[runtime] Avoid holding the init lock while calling the cctor in mono_runtime_class_i...
[mono-project.git] / acceptance-tests / Makefile.am
blob2e47df81bd03ae6dff89dc06c50abb7d2aa91dfa
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
7 CLEANFILES = *.dll *.exe *.mdb
8 EXTRA_DIST=README.md SUBMODULES.json versions.mk roslyn.mk coreclr.mk ms-test-suite.mk
10 CLASS=$(mcs_topdir)/class/lib/$(DEFAULT_PROFILE)
11 TOOLS_CLASS=$(mcs_topdir)/class/lib/build
13 RUNTIME = MONO_PATH=$(CLASS) $(abs_top_builddir)/runtime/mono-wrapper --debug
14 TOOLS_RUNTIME = MONO_PATH=$(TOOLS_CLASS) $(abs_top_builddir)/runtime/mono-wrapper --debug
15 MCS = $(TOOLS_RUNTIME) $(CSC) -nologo -noconfig -lib:$(CLASS) -r:System.dll -r:System.Core.dll -r:System.Xml.dll -r:Microsoft.CSharp.dll
16 ILASM = $(TOOLS_RUNTIME) $(TOOLS_CLASS)/ilasm.exe
18 include versions.mk
19 include profiler-stress.mk
20 include roslyn.mk
21 include coreclr.mk
22 include ms-test-suite.mk
24 check-full: check-profiler-stress check-roslyn check-coreclr check-ms-test-suite
26 clean-local: clean-local-coreclr