summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-02-19 15:31:29 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-02-19 17:40:30 +0200
commit6792d789521a104f78a9a702672672387831d78c (patch)
treee068269e371e6847f53739105aa44d80443a09e7 /Makefile
parent6a2d910ccdb8a2521e1dbe4617e5bbdddb6cc4eb (diff)
downloadqtlocation-mapboxgl-6792d789521a104f78a9a702672672387831d78c.tar.gz
[tests] Use ENABLE_COVERAGE=1 envvar to enable coverage
This detaches coverage data collection from typical debug build.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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