summaryrefslogtreecommitdiff
path: root/cmake/test-files.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-12-06 14:44:55 +0100
committerKonstantin Käfer <mail@kkaefer.com>2016-12-07 10:46:43 +0100
commitdc1bda435fa1345737604767ee71859377d41530 (patch)
treef8d4207e70383513efc765280dcc78bdf43efd84 /cmake/test-files.cmake
parentcc6e5c9df9b7b42eba9cdb51bea529c1d5c3a497 (diff)
downloadqtlocation-mapboxgl-dc1bda435fa1345737604767ee71859377d41530.tar.gz
[core] add util::isURL() for checking whether a string starts with a URL scheme
Diffstat (limited to 'cmake/test-files.cmake')
-rw-r--r--cmake/test-files.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake
index ceff50ef64..7d8dc82756 100644
--- a/cmake/test-files.cmake
+++ b/cmake/test-files.cmake
@@ -112,5 +112,6 @@ set(MBGL_TEST_FILES
test/util/tile_cover.test.cpp
test/util/timer.test.cpp
test/util/token.test.cpp
+ test/util/url.test.cpp
test/util/work_queue.test.cpp
)