From 6792d789521a104f78a9a702672672387831d78c Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Fri, 19 Feb 2016 15:31:29 +0200 Subject: [tests] Use ENABLE_COVERAGE=1 envvar to enable coverage This detaches coverage data collection from typical debug build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4504fa6b8f..bc09b72d47 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ xtest: ; $(RUN) HOST=osx HOST_VERSION=x86_64 Xcode/test endif .PHONY: check -check: ; $(RUN) BUILDTYPE=Debug check +check: ; $(RUN) BUILDTYPE=Debug ENABLE_COVERAGE=1 check .PHONY: render render: ; $(RUN) Makefile/mbgl-render -- cgit v1.2.1