Update CODEOWNERS
[mono-project.git] / acceptance-tests / profiler-stress.mk
blobdd819d397cc5ef207667118474949f31e7498cbc
1 SYS_REFS = \
2 System.dll \
3 System.Core.dll \
4 System.Data.dll \
5 System.Runtime.Serialization.dll \
6 System.Xml.dll \
7 System.Xml.Linq.dll \
8 Mono.Posix.dll
10 check-profiler-stress:
11 @$(MAKE) validate-benchmarker RESET_VERSIONS=1
12 cd profiler-stress && $(MCS) -debug -define:ARCH_$(arch_target) -target:exe $(addprefix -r:, $(SYS_REFS)) -out:runner.exe @runner.exe.sources
13 cd profiler-stress && $(RUNTIME) runner.exe