summaryrefslogtreecommitdiff
path: root/next/platform/macos/macos.cmake
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2019-10-23 12:04:23 +0300
committerGitHub <noreply@github.com>2019-10-23 12:04:23 +0300
commit2385f4cd86261cdfc6253de5fed217bfc06fa6c8 (patch)
tree8d5e98b83efce930ff8b9454d75c3eedc8513a22 /next/platform/macos/macos.cmake
parent99feb9bb306ddf06c228f0b6bbfb88abead6b33a (diff)
downloadqtlocation-mapboxgl-2385f4cd86261cdfc6253de5fed217bfc06fa6c8.tar.gz
[render-test] Add configurable rootPath, ignorePath via CLI arguments (#15832)
* [render-test] Add configurable path via CLI arguments * [render-test] Change ignore path config
Diffstat (limited to 'next/platform/macos/macos.cmake')
-rw-r--r--next/platform/macos/macos.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/next/platform/macos/macos.cmake b/next/platform/macos/macos.cmake
index 71e53c474a..cfabcb1cfa 100644
--- a/next/platform/macos/macos.cmake
+++ b/next/platform/macos/macos.cmake
@@ -218,8 +218,8 @@ add_test(
COMMAND
mbgl-render-test-runner
tests
- --rootPath=render-test
- --expectationsPath=render-test/tests/mac
+ --rootPath=${MBGL_ROOT}/render-test
+ --expectationsPath=tests/mac
WORKING_DIRECTORY ${MBGL_ROOT}
)