summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-07-23 17:39:56 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-16 23:16:48 +0300
commit9e8429654561026ef9b60644c2cf6d48403e4613 (patch)
treecaa742b9d836d7a611b65cf338272ca244e1f44c
parente9c61112099c89ef1f092569fb79f489fefa446d (diff)
downloadqtlocation-mapboxgl-9e8429654561026ef9b60644c2cf6d48403e4613.tar.gz
[build] Make test/util.hpp a public interface
We will build the tests as a library and platforms will provide the test runner.
-rw-r--r--test/include/mbgl/test/util.hpp (renamed from test/src/mbgl/test/util.hpp)0
-rw-r--r--test/test-files.json6
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"
}
}