summaryrefslogtreecommitdiff
path: root/test/test.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.gypi')
-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)' ],