From b03982730e6c02dcc166a609bf4b8fd17b3cf01d Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Thu, 17 Oct 2019 20:13:45 +0300 Subject: [test runner] Command line option for the tests expectations path -e[expectationsPath], --expectationsPath=[expectationsPath] Test expectations path. --- next/platform/linux/linux.cmake | 1 + next/platform/macos/macos.cmake | 1 + 2 files changed, 2 insertions(+) (limited to 'next') diff --git a/next/platform/linux/linux.cmake b/next/platform/linux/linux.cmake index be905c204f..7b77e134ea 100644 --- a/next/platform/linux/linux.cmake +++ b/next/platform/linux/linux.cmake @@ -143,6 +143,7 @@ add_test( render-tests --recycle-map --shuffle + --expectationsPath=render-test/expected/render-tests --seed=${MBGL_RENDER_TEST_SEED} WORKING_DIRECTORY ${MBGL_ROOT} ) diff --git a/next/platform/macos/macos.cmake b/next/platform/macos/macos.cmake index cbe386a1ac..69f41027c6 100644 --- a/next/platform/macos/macos.cmake +++ b/next/platform/macos/macos.cmake @@ -207,6 +207,7 @@ add_test( render-tests --recycle-map --shuffle + --expectationsPath=render-test/expected/render-tests --seed=${MBGL_RENDER_TEST_SEED} WORKING_DIRECTORY ${MBGL_ROOT} ) -- cgit v1.2.1