summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2019-10-07 12:44:16 +0300
committerJuha Alanen <19551460+jmalanen@users.noreply.github.com>2019-10-08 15:33:30 +0300
commit4eaaa9046ed4f2c45a9febdb8f2f15a8f63f73d4 (patch)
treef5b928a3eb934ea44c2183ad6514242e03334b88 /cmake
parent9be5ccb2104a7f41dc8b1f7c7d754c6aa5d3fd53 (diff)
downloadqtlocation-mapboxgl-4eaaa9046ed4f2c45a9febdb8f2f15a8f63f73d4.tar.gz
[tests] Share common code between test runners
Diffstat (limited to 'cmake')
-rw-r--r--cmake/expression-test.cmake2
-rw-r--r--cmake/render-test.cmake2
2 files changed, 4 insertions, 0 deletions
diff --git a/cmake/expression-test.cmake b/cmake/expression-test.cmake
index 6c5b71a4f6..da4f90d751 100644
--- a/cmake/expression-test.cmake
+++ b/cmake/expression-test.cmake
@@ -3,6 +3,8 @@ add_executable(mbgl-expression-test
expression-test/expression_test_parser.cpp
expression-test/expression_test_runner.cpp
expression-test/expression_test_logger.cpp
+ expression-test/test_runner_common.cpp
+ expression-test/test_runner_common.hpp
)
if(APPLE)
diff --git a/cmake/render-test.cmake b/cmake/render-test.cmake
index 7369655630..65240b54f3 100644
--- a/cmake/render-test.cmake
+++ b/cmake/render-test.cmake
@@ -3,6 +3,8 @@ add_executable(mbgl-render-test
render-test/main.cpp
render-test/parser.cpp
render-test/runner.cpp
+ expression-test/test_runner_common.cpp
+ expression-test/test_runner_common.hpp
)
if(APPLE)