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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain holmes <iain@xamarin.com>2015-03-10 21:17:45 +0300
committeriain holmes <iain@xamarin.com>2015-03-10 21:17:45 +0300
commitd869b8ed636d978badea9b480f9c5276dd9421f3 (patch)
treee7ed66628a937305ff144a66db3162ec34f76a72 /main/Makefile.am
parentf3e7de79a27814aeebc32e97b95f431b0243529f (diff)
[Coverage] Add a make coverage option to run coverage tests
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 2460149711..8b2ad9e2ae 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -152,6 +152,9 @@ check-addins:
test:
cd tests && $(MAKE) test assembly=$(assembly)
+coverage:
+ cd tests && $(MAKE) coverage
+
app-dir: all
cd build && make app-dir
#mkdir -p $(MAC_APP_DIR)/Contents/{MacOS,Resources}