Merge pull request #5714 from alexischr/update_bockbuild
[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 TOOLS_CLASS=$(mcs_topdir)/class/lib/build
12
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
17
18 include versions.mk
19 include profiler-stress.mk
20 include roslyn.mk
21 include coreclr.mk
22 include ms-test-suite.mk
23
24 check-full: check-profiler-stress check-roslyn check-coreclr check-ms-test-suite
25
26 clean-local: clean-local-coreclr