diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2017-07-12 14:16:39 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2017-07-12 15:13:33 +0300 |
commit | 32bef80eec204c22a2b37bb6534bc02d24fa68c7 (patch) | |
tree | 261676e1df324a39b105ba2ead6e680c8bee32fb /cmake | |
parent | 06719ae42f10d4152780b75173e32fb6f4bb7633 (diff) | |
download | qtlocation-mapboxgl-32bef80eec204c22a2b37bb6534bc02d24fa68c7.tar.gz |
[test] Add utest to assert our dtoa implementation precision
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 4dec9e403d..cdca1db280 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -120,6 +120,7 @@ set(MBGL_TEST_FILES # util test/util/async_task.test.cpp + test/util/dtoa.test.cpp test/util/geo.test.cpp test/util/http_timeout.test.cpp test/util/image.test.cpp |