Mixed testing (#9021)
[mono-project.git] / acceptance-tests / Makefile.am
blob95ad60584c6010935ff05741c60e3b072483d176
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 profiler-stress.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
17 XUNIT = $(RUNTIME) $(abs_top_builddir)/external/xunit-binaries/xunit.console.exe
19 include versions.mk
20 include profiler-stress.mk
21 include roslyn.mk
22 include coreclr.mk
23 include ms-test-suite.mk
25 check-full: check-profiler-stress check-roslyn check-coreclr check-ms-test-suite
27 clean-local: clean-local-coreclr