summaryrefslogtreecommitdiff
path: root/test/test.gyp
diff options
context:
space:
mode:
authorartemp <artem@mapnik.org>2014-11-07 15:52:30 +0000
committerartemp <artem@mapnik.org>2014-11-07 15:52:30 +0000
commit5d29742e1c9b944599c100a76a2aecbf87cefa50 (patch)
tree1add6a444f0834fe41ab462d4b0415edc97ad282 /test/test.gyp
parentdfeab9f921af92d9112ecb43f9889b91bd59ce66 (diff)
downloadqtlocation-mapboxgl-5d29742e1c9b944599c100a76a2aecbf87cefa50.tar.gz
fix tests for linux (todo - find a better way to run 'linux' tests on 'osx')
Diffstat (limited to 'test/test.gyp')
-rw-r--r--test/test.gyp5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test.gyp b/test/test.gyp
index 2c6f411cf9..b245a057b8 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -163,6 +163,7 @@
'type': 'executable',
'sources': [
'./headless.cpp',
+ '../platform/default/png_reader.cpp',
'./fixtures/fixture_log.cpp',
],
'conditions': [
@@ -170,12 +171,12 @@
['OS == "mac"',
{
'xcode_settings': {
- 'OTHER_CPLUSPLUSFLAGS': ['<@(uv_cflags)'],
+ 'OTHER_CPLUSPLUSFLAGS': ['<@(uv_cflags)','<@(png_cflags)'],
'OTHER_LDFLAGS': ['<@(glfw3_ldflags)', '<@(ldflags)'],
},
},
{
- 'cflags': ['<@(uv_cflags)'],
+ 'cflags': ['<@(uv_cflags)','<@(png_cflags)'],
'libraries': ['<@(glfw3_ldflags)', '<@(ldflags)'],
}],
],