summaryrefslogtreecommitdiff
path: root/next/test/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-27 11:58:50 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-27 12:00:45 +0200
commitfcf1be65b4e45191f1aaa910b3452cc2f14ea75e (patch)
treed3954831552037c3feb6c52f2154c80ee77452d5 /next/test/CMakeLists.txt
parent7d0f5c8996816b09d26d66603746a354f8ad332d (diff)
downloadqtlocation-mapboxgl-fcf1be65b4e45191f1aaa910b3452cc2f14ea75e.tar.gz
[core] Add unit test for pausing & resuming database fsupstream/alexshalamov_dbfs_pause_resume
Diffstat (limited to 'next/test/CMakeLists.txt')
-rw-r--r--next/test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/next/test/CMakeLists.txt b/next/test/CMakeLists.txt
index 11d108bf3d..cb0519ade9 100644
--- a/next/test/CMakeLists.txt
+++ b/next/test/CMakeLists.txt
@@ -35,6 +35,7 @@ add_library(
${MBGL_ROOT}/test/src/mbgl/test/test.cpp
${MBGL_ROOT}/test/src/mbgl/test/util.cpp
${MBGL_ROOT}/test/storage/asset_file_source.test.cpp
+ ${MBGL_ROOT}/test/storage/database_file_source.test.cpp
${MBGL_ROOT}/test/storage/headers.test.cpp
${MBGL_ROOT}/test/storage/http_file_source.test.cpp
${MBGL_ROOT}/test/storage/local_file_source.test.cpp