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-17 12:28:55 +0300
commit79670593de7ce2a7bfcf86d373dd145f5c52cb55 (patch)
treec8d95bf5a9a6e306ff92760948344fe2c4b77130
parentd424850257cc5e747c9d9525ef8a8a4de3df2f90 (diff)
downloadqtlocation-mapboxgl-79670593de7ce2a7bfcf86d373dd145f5c52cb55.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"
}
}