From 5dd98df50ba1210b1eef0d8d6655713a725f2995 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 21 Apr 2017 14:52:19 -0700 Subject: [all] Rationalize style::Image A style has a collection of images, just as it has collections of sources and layers. * Name things appropriately * Use std::unique_ptr --- cmake/test-files.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/test-files.cmake') diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index dab5b48745..02df6c4d67 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -43,7 +43,6 @@ set(MBGL_TEST_FILES # sprite test/sprite/sprite_atlas.test.cpp - test/sprite/sprite_image.test.cpp test/sprite/sprite_parser.test.cpp # src/mbgl/test @@ -95,6 +94,7 @@ set(MBGL_TEST_FILES test/style/paint_property.test.cpp test/style/source.test.cpp test/style/style.test.cpp + test/style/style_image.test.cpp test/style/style_layer.test.cpp test/style/style_parser.test.cpp test/style/tile_source.test.cpp -- cgit v1.2.1