summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-02-17 10:32:50 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-02-18 15:01:58 +0200
commitec97264431a3b29327332072b5328d81768547c9 (patch)
tree3f295a43c94caed0238149c821980379ae56a56f /test
parentd5da86b0980ce84c1d64507452eaf7a301f3c85d (diff)
downloadqtlocation-mapboxgl-ec97264431a3b29327332072b5328d81768547c9.tar.gz
[osx] Enable coverage support for debug build
Diffstat (limited to 'test')
-rw-r--r--test/test.gypi7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test.gypi b/test/test.gypi
index 9b5bceea72..f648657c85 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -126,6 +126,13 @@
'OTHER_CPLUSPLUSFLAGS': [ '<@(cflags_cc)' ],
'OTHER_LDFLAGS': [ '<@(ldflags)' ],
},
+ 'configurations': {
+ 'Debug': {
+ 'xcode_settings': {
+ 'OTHER_LDFLAGS': [ '--coverage' ],
+ },
+ },
+ },
}, {
'cflags_cc': [ '<@(cflags_cc)' ],
'libraries': [ '<@(ldflags)' ],