diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2017-06-15 17:59:25 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2017-06-21 14:30:09 +0300 |
commit | c34d1cfaa7a9e61c6bb8f07d4fff547ad68e3115 (patch) | |
tree | e1e3be2b4ce1b57d74f45c4bed92c73952922fd9 /cmake | |
parent | 0de17ea5f47e9e6c4b67170d4d04b0425e67ce5c (diff) | |
download | qtlocation-mapboxgl-c34d1cfaa7a9e61c6bb8f07d4fff547ad68e3115.tar.gz |
[tests] Added tests for ThreadedObject
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test-files.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index edbf100fe2..da1c046485 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -132,6 +132,7 @@ set(MBGL_TEST_FILES test/util/run_loop.test.cpp test/util/text_conversions.test.cpp test/util/thread.test.cpp + test/util/threaded_object.test.cpp test/util/thread_local.test.cpp test/util/tile_cover.test.cpp test/util/timer.test.cpp |