From d869b8ed636d978badea9b480f9c5276dd9421f3 Mon Sep 17 00:00:00 2001 From: iain holmes Date: Tue, 10 Mar 2015 18:17:45 +0000 Subject: [Coverage] Add a make coverage option to run coverage tests --- main/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main/Makefile.am') 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} -- cgit v1.2.3