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.cmake11
1 files changed, 10 insertions, 1 deletions
diff --git a/next/platform/macos/macos.cmake b/next/platform/macos/macos.cmake
index 84101ed1b5..d0c7ee00ec 100644
--- a/next/platform/macos/macos.cmake
+++ b/next/platform/macos/macos.cmake
@@ -212,5 +212,14 @@ add_test(
WORKING_DIRECTORY ${MBGL_ROOT}
)
-add_test(NAME mbgl-render-test-probes COMMAND mbgl-render-test-runner tests --rootPath=render-test WORKING_DIRECTORY ${MBGL_ROOT})
+add_test(
+ NAME mbgl-render-test-probes
+ COMMAND
+ mbgl-render-test-runner
+ tests
+ --rootPath=render-test
+ --expectationsPath=render-test/tests/mac
+ WORKING_DIRECTORY ${MBGL_ROOT}
+)
+
add_test(NAME mbgl-query-test COMMAND mbgl-render-test-runner query-tests WORKING_DIRECTORY ${MBGL_ROOT})