diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2016-09-12 12:50:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-12 12:50:13 -0700 |
commit | 4f23d0cda8facaa301532131f7d84c68cb7d3ff4 (patch) | |
tree | 8747a678f0ed87253e8f56d1ddc804b03934c734 /cmake | |
parent | b7aa872defc577bd0b91d56d001874a02e6426cd (diff) | |
download | qtlocation-mapboxgl-4f23d0cda8facaa301532131f7d84c68cb7d3ff4.tar.gz |
[core] - move wrap test (#6311)
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 a157f2183c..8b27e3dac1 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -30,6 +30,7 @@ set(MBGL_TEST_FILES # math test/math/clamp.cpp test/math/minmax.cpp + test/math/wrap.cpp # sprite test/sprite/sprite_atlas.cpp |