summaryrefslogtreecommitdiff
path: root/render-test/include
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2019-10-15 19:16:32 +0300
committerGitHub <noreply@github.com>2019-10-15 19:16:32 +0300
commite829d1ae6f01ff3c336cd429dacd98aeb3b7162a (patch)
treebad1b0bb1f46a820213cbe08cb40b56fd91d9389 /render-test/include
parent0f9666ebf3614dcc50e6a60c3c84bb578986bcf7 (diff)
downloadqtlocation-mapboxgl-e829d1ae6f01ff3c336cd429dacd98aeb3b7162a.tar.gz
[test-runner] make render-test a shared lib (#15816)
* [test-runner] make render-test a shared lib [test-runner] nit [test-runner] nit again * [test-runner] Remove redundant linked file in cmake
Diffstat (limited to 'render-test/include')
-rw-r--r--render-test/include/mbgl/render_test.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/render-test/include/mbgl/render_test.hpp b/render-test/include/mbgl/render_test.hpp
new file mode 100644
index 0000000000..42a539603d
--- /dev/null
+++ b/render-test/include/mbgl/render_test.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+#include <mbgl/util/util.hpp>
+
+namespace mbgl {
+
+MBGL_EXPORT int runRenderTests(int argc, char* argv[]);
+
+} // namespace mbgl