Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2016-09-08 02:57:07 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2016-09-08 08:04:39 +0300
commit7d7b674ac5e521af8abd3bf1388d62d9e9b50953 (patch)
tree44d518109158a66b2dfee710b5d07f0a0f00928b /acceptance-tests/profiler-stress.mk
parentf577b619e9d410d7a2868f7c556fc934f03354fa (diff)
[acceptance-tests] Add profiler-stress suite.
Diffstat (limited to 'acceptance-tests/profiler-stress.mk')
-rw-r--r--acceptance-tests/profiler-stress.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/acceptance-tests/profiler-stress.mk b/acceptance-tests/profiler-stress.mk
new file mode 100644
index 00000000000..9188b174a95
--- /dev/null
+++ b/acceptance-tests/profiler-stress.mk
@@ -0,0 +1,12 @@
+SYS_REFS = \
+ System.dll \
+ System.Core.dll \
+ System.Data.dll \
+ System.Runtime.Serialization.dll \
+ System.Xml.dll \
+ System.Xml.Linq.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 && $(RUNTIME) runner.exe