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@fastmail.com>2016-06-02 22:17:40 +0300
committerAlexander Kyte <alexmkyte@fastmail.com>2016-06-13 19:16:23 +0300
commitb6af11c6a9968b9321f1f2b1eedd021554d7c257 (patch)
tree3a29d843ffa03b3a79583e750d470aa25f7240ee /Makefile.am
parent6e5479c540ffa584c894229bab925e1fe1c45924 (diff)
[mobile_static] Split jenkins tests out, enable running from top level
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0df27c54ea9..8721696f7b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,6 +67,10 @@ get-monolite-latest:
cd $(mcslib) && { (wget -O- $(monolite_url) || curl $(monolite_url)) | gzip -d | tar xf - ; }
cd $(mcslib) && mv -f monolite-* monolite
+.PHONY: check-ci
+check-ci:
+ MONO_LLVMONLY=$(BITCODE) $(srcdir)/scripts/ci/run-test-$(TEST_PROFILE).sh
+
.PHONY: validate do-build-mono-mcs mcs-do-clean mcs-do-tests
validate: do-build-mono-mcs
$(MAKE) mcs-do-tests