X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=acceptance-tests%2FMakefile.am;fp=acceptance-tests%2FMakefile.am;h=2e47df81bd03ae6dff89dc06c50abb7d2aa91dfa;hb=997a6529232b9f9a01c335620e1166b8f81a6161;hp=6f4f2080ebffc935ddc04390ed266f5f7529581d;hpb=bf5e2fa8b2bab201d33992b17dd0be44108d7d83;p=mono.git diff --git a/acceptance-tests/Makefile.am b/acceptance-tests/Makefile.am index 6f4f2080ebf..2e47df81bd0 100644 --- a/acceptance-tests/Makefile.am +++ b/acceptance-tests/Makefile.am @@ -8,11 +8,12 @@ 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) $(CSC) -nologo -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