diff options
-rw-r--r-- | test/include/mbgl/test/util.hpp (renamed from test/src/mbgl/test/util.hpp) | 0 | ||||
-rw-r--r-- | test/test-files.json | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/src/mbgl/test/util.hpp b/test/include/mbgl/test/util.hpp index 9f56841dcc..9f56841dcc 100644 --- a/test/src/mbgl/test/util.hpp +++ b/test/include/mbgl/test/util.hpp diff --git a/test/test-files.json b/test/test-files.json index b239ac5ad8..a98e896e7e 100644 --- a/test/test-files.json +++ b/test/test-files.json @@ -107,7 +107,8 @@ "test/util/url.test.cpp" ], "public_headers": { - "mbgl/test.hpp": "test/include/mbgl/test.hpp" + "mbgl/test.hpp": "test/include/mbgl/test.hpp", + "mbgl/test/util.hpp": "test/include/mbgl/test/util.hpp" }, "private_headers": { "mbgl/test/fake_file_source.hpp": "test/src/mbgl/test/fake_file_source.hpp", @@ -122,7 +123,6 @@ "mbgl/test/stub_map_observer.hpp": "test/src/mbgl/test/stub_map_observer.hpp", "mbgl/test/stub_render_source_observer.hpp": "test/src/mbgl/test/stub_render_source_observer.hpp", "mbgl/test/stub_style_observer.hpp": "test/src/mbgl/test/stub_style_observer.hpp", - "mbgl/test/stub_tile_observer.hpp": "test/src/mbgl/test/stub_tile_observer.hpp", - "mbgl/test/util.hpp": "test/src/mbgl/test/util.hpp" + "mbgl/test/stub_tile_observer.hpp": "test/src/mbgl/test/stub_tile_observer.hpp" } } |