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:
authorAlexander Kyte <alexmkyte@gmail.com>2018-11-28 19:13:07 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-11-28 19:13:07 +0300
commitfb42448b703fdce382fef01e6e4173bfa8ff9c20 (patch)
tree8e2b9e684c908709fd1cb71f4c91d806a242808e /Makefile.am
parentaae4a8d8fc5bcefd95bb53b67cc9e65fba1aaf49 (diff)
[runtime] Integrate BenchmarkDotNet for in-tree microbenchmarks (reapply of #9833) (#11813)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 887d81cc319..36a11ab133e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -74,9 +74,15 @@ if BITCODE
BITCODE_CHECK=yes
endif
+if DEFAULT_TESTS
+CI_TEST_SCRIPT=$(srcdir)/scripts/ci/run-test-default.sh
+else
+CI_TEST_SCRIPT=$(srcdir)/scripts/ci/run-test-$(TEST_PROFILE).sh
+endif
+
.PHONY: check-ci
check-ci:
- MONO_LLVMONLY=$(BITCODE_CHECK) $(srcdir)/scripts/ci/run-test-$(TEST_PROFILE).sh
+ MONO_LLVMONLY=$(BITCODE_CHECK) $(CI_TEST_SCRIPT)
.PHONY: validate do-build-mono-mcs mcs-do-clean mcs-do-tests
validate: do-build-mono-mcs