diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-01-15 12:33:40 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-01-15 12:48:23 +0100 |
commit | 5fe586633cb15c99f77ca478446679acf42fddd1 (patch) | |
tree | 575b299b0d9a9c500b143be54a6f268ff2cad18c /test/test.gypi | |
parent | 8a964fb9313e57b71c64b8c0739ec84f163dc537 (diff) | |
download | qtlocation-mapboxgl-5fe586633cb15c99f77ca478446679acf42fddd1.tar.gz |
[test] ensure static rendering finishes when a tile can't be loaded
Diffstat (limited to 'test/test.gypi')
-rw-r--r-- | test/test.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.gypi b/test/test.gypi index 8b13db4c6b..194744198e 100644 --- a/test/test.gypi +++ b/test/test.gypi @@ -41,6 +41,7 @@ 'api/annotations.cpp', 'api/api_misuse.cpp', 'api/repeated_render.cpp', + 'api/render_missing.cpp', 'api/set_style.cpp', 'api/custom_layer.cpp', |