summaryrefslogtreecommitdiff
path: root/next/platform/macos/macos.cmake
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-10-18 14:27:53 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-10-21 16:10:45 +0300
commit61d1018087ff2dc40922eedbe3aac09e2f721c03 (patch)
tree4ec940b560bd3c6ecfc304acb82611a5addebb6f /next/platform/macos/macos.cmake
parentb03982730e6c02dcc166a609bf4b8fd17b3cf01d (diff)
downloadqtlocation-mapboxgl-61d1018087ff2dc40922eedbe3aac09e2f721c03.tar.gz
[test runner] Memory metrics expectations for MAC
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 69f41027c6..d36b89ac6b 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})