Use explicit arithmetic checks in the amd64 watchOS simulator. (#20647)
[mono-project.git] / acceptance-tests / Makefile.am
blobef10f15c7e84b189bdaf325800bbe02fbcb3b7f1
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 DEBIANSHOOTOUTMONO_PATH=$(ACCEPTANCE_TESTS_PATH)/DebianShootoutMono
8 CLEANFILES = *.dll *.exe *.mdb
9 EXTRA_DIST=README.md SUBMODULES.json microbench.mk versions.mk profiler-stress.mk roslyn.mk coreclr.mk ms-test-suite.mk
11 CLASS=$(mcs_topdir)/class/lib/$(DEFAULT_PROFILE)
12 TOOLS_CLASS=$(mcs_topdir)/class/lib/build
14 RUNTIME = MONO_PATH=$(CLASS) $(abs_top_builddir)/runtime/mono-wrapper --debug
15 TOOLS_RUNTIME = MONO_PATH=$(TOOLS_CLASS) $(abs_top_builddir)/runtime/mono-wrapper --debug
16 MCS = $(TOOLS_RUNTIME) $(CSC) -nologo -noconfig -lib:$(CLASS) -r:System.dll -r:System.Core.dll -r:System.Xml.dll -r:Microsoft.CSharp.dll
17 ILASM = $(TOOLS_RUNTIME) $(TOOLS_CLASS)/ilasm.exe
18 XUNIT = $(RUNTIME) $(abs_top_builddir)/external/xunit-binaries/xunit.console.exe
20 include versions.mk
21 include microbench.mk
22 include profiler-stress.mk
23 include roslyn.mk
24 include coreclr.mk
25 include ms-test-suite.mk
27 check-full: check-profiler-stress check-roslyn check-coreclr check-ms-test-suite
29 clean-local: clean-local-coreclr