X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=acceptance-tests%2Fprofiler-stress.mk;h=dd819d397cc5ef207667118474949f31e7498cbc;hb=43e9ddc1fcddb632fc1e661495e468a2ebdf6fec;hp=9188b174a9541f5f966e56dd03835705cdb59f23;hpb=43ffa41898f305515f2327eb800e5c94cbabc10c;p=mono.git diff --git a/acceptance-tests/profiler-stress.mk b/acceptance-tests/profiler-stress.mk index 9188b174a95..dd819d397cc 100644 --- a/acceptance-tests/profiler-stress.mk +++ b/acceptance-tests/profiler-stress.mk @@ -4,9 +4,10 @@ SYS_REFS = \ System.Data.dll \ System.Runtime.Serialization.dll \ System.Xml.dll \ - System.Xml.Linq.dll + System.Xml.Linq.dll \ + Mono.Posix.dll check-profiler-stress: @$(MAKE) validate-benchmarker RESET_VERSIONS=1 - cd profiler-stress && $(MCS) -target:exe $(addprefix -r:, $(SYS_REFS)) -out:runner.exe @runner.exe.sources + cd profiler-stress && $(MCS) -debug -define:ARCH_$(arch_target) -target:exe $(addprefix -r:, $(SYS_REFS)) -out:runner.exe @runner.exe.sources cd profiler-stress && $(RUNTIME) runner.exe