summaryrefslogtreecommitdiff
path: root/next/platform/macos/macos.cmake
diff options
context:
space:
mode:
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}
)