X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=acceptance-tests%2FMakefile.am;h=2e47df81bd03ae6dff89dc06c50abb7d2aa91dfa;hb=HEAD;hp=522cb36c9ea47999dfd6dbe7474f11567a1aa1b8;hpb=968540b28b60078ae5530f7513bc7ee7ae8a2c58;p=mono.git diff --git a/acceptance-tests/Makefile.am b/acceptance-tests/Makefile.am index 522cb36c9ea..2e47df81bd0 100644 --- a/acceptance-tests/Makefile.am +++ b/acceptance-tests/Makefile.am @@ -1,4 +1,5 @@ ACCEPTANCE_TESTS_PATH=external +BENCHMARKER_PATH=$(ACCEPTANCE_TESTS_PATH)/benchmarker ROSLYN_PATH=$(ACCEPTANCE_TESTS_PATH)/roslyn CORECLR_PATH=$(ACCEPTANCE_TESTS_PATH)/coreclr MSTESTSUITE_PATH=$(ACCEPTANCE_TESTS_PATH)/ms-test-suite @@ -7,17 +8,19 @@ CLEANFILES = *.dll *.exe *.mdb EXTRA_DIST=README.md SUBMODULES.json versions.mk roslyn.mk coreclr.mk ms-test-suite.mk CLASS=$(mcs_topdir)/class/lib/$(DEFAULT_PROFILE) +TOOLS_CLASS=$(mcs_topdir)/class/lib/build -with_mono_path = MONO_PATH=$(CLASS) -RUNTIME = $(with_mono_path) $(abs_top_builddir)/runtime/mono-wrapper --debug -MCS = $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe -ILASM = $(RUNTIME) $(CLASS)/ilasm.exe +RUNTIME = MONO_PATH=$(CLASS) $(abs_top_builddir)/runtime/mono-wrapper --debug +TOOLS_RUNTIME = MONO_PATH=$(TOOLS_CLASS) $(abs_top_builddir)/runtime/mono-wrapper --debug +MCS = $(TOOLS_RUNTIME) $(CSC) -nologo -noconfig -lib:$(CLASS) -r:System.dll -r:System.Core.dll -r:System.Xml.dll -r:Microsoft.CSharp.dll +ILASM = $(TOOLS_RUNTIME) $(TOOLS_CLASS)/ilasm.exe include versions.mk +include profiler-stress.mk include roslyn.mk include coreclr.mk include ms-test-suite.mk -check-full: check-roslyn check-coreclr check-ms-test-suite +check-full: check-profiler-stress check-roslyn check-coreclr check-ms-test-suite clean-local: clean-local-coreclr