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-18 16:41:06 +0300
commit38ba8a1e4e018309013ea6aff4829902fabae170 (patch)
tree595db6e83cca4d17ef9c4fc02842fb2c7855f5d9 /next/platform/macos/macos.cmake
parente6941f40178f13695d122b350eaa6b7f58b9c736 (diff)
downloadqtlocation-mapboxgl-upstream/mikhail_memory_metrics_tests.tar.gz
[test runner] Memory metrics expectations for MACupstream/mikhail_memory_metrics_tests
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})