summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/test-files.cmake1
-rw-r--r--test/math/wrap.cpp (renamed from wrap.cpp)0
2 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
diff --git a/wrap.cpp b/test/math/wrap.cpp
index 9ec1c6ef0c..9ec1c6ef0c 100644
--- a/wrap.cpp
+++ b/test/math/wrap.cpp