summaryrefslogtreecommitdiff
path: root/test/test.gypi
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-03-08 13:59:31 +0100
committerKonstantin Käfer <mail@kkaefer.com>2016-05-10 14:50:56 +0200
commitecc8e018faff02e8f0bb2a6c11db361f454c555e (patch)
tree0aefbbfd24263e0cbc711a2a081ae9fc4aed5147 /test/test.gypi
parent82ebcfa14e2eb8d13c3eca9c2eb5adaa229f4182 (diff)
downloadqtlocation-mapboxgl-ecc8e018faff02e8f0bb2a6c11db361f454c555e.tar.gz
[core] add algorithm for detecting whether an ordered map contains covering children
Diffstat (limited to 'test/test.gypi')
-rw-r--r--test/test.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.gypi b/test/test.gypi
index 7c1d48f2fa..4635c888c3 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -34,6 +34,8 @@
'util/token.cpp',
'util/work_queue.cpp',
+ 'algorithm/covered_by_children.cpp',
+
'api/annotations.cpp',
'api/api_misuse.cpp',
'api/repeated_render.cpp',