diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-07-07 16:52:23 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-07-07 16:52:23 -0700 |
commit | 501af4a3807474d6de288939266b1f866889bf60 (patch) | |
tree | 6e709ac6b4223f3065dfa7b3c7328a90ce822d00 /test/test.gyp | |
parent | f51bd7fcf17c474f106a2c14c00d527d3f8601a4 (diff) | |
download | qtlocation-mapboxgl-501af4a3807474d6de288939266b1f866889bf60.tar.gz |
fix headless rendering on travis and actually execute the headless test
fixes #357
Diffstat (limited to 'test/test.gyp')
-rw-r--r-- | test/test.gyp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/test/test.gyp b/test/test.gyp index 98effdfa9e..340a73ba39 100644 --- a/test/test.gyp +++ b/test/test.gyp @@ -16,7 +16,12 @@ ], }, }, { - # TODO: add OpenGL link settings for linux + 'link_settings': { + 'libraries': [ + '<@(glfw3_libraries)', # This is a hack since we're not actually using GLFW + '-lboost_regex', + ], + }, }], ], }, @@ -148,6 +153,8 @@ "../llmr.gyp:llmr-x86", "link_gl", "link_curl", + '../llmr.gyp:copy_default_stylesheet', + '../llmr.gyp:copy_certificate_bundle', ] }, { @@ -159,6 +166,7 @@ "variant", "tile", "functions", + "headless", ], } ] |