summaryrefslogtreecommitdiff
path: root/next
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-10-09 22:00:30 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-10-10 19:54:51 +0300
commit629c0e1142a382ada101e93e7c58bd2b1bce37bc (patch)
treea97af3a7b2359c2e525f73d759beac8f2fae74bd /next
parent2e002746eb6fcbf389fd4c59fa55bd8ee527076f (diff)
downloadqtlocation-mapboxgl-629c0e1142a382ada101e93e7c58bd2b1bce37bc.tar.gz
[render-test] Add tests for filesize probe
And make sure we run it on the bots
Diffstat (limited to 'next')
-rw-r--r--next/render-test/CMakeLists.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/next/render-test/CMakeLists.txt b/next/render-test/CMakeLists.txt
index 5aadd0f859..80709d2b89 100644
--- a/next/render-test/CMakeLists.txt
+++ b/next/render-test/CMakeLists.txt
@@ -47,8 +47,19 @@ add_test(
render-tests
--recycle-map
--shuffle
- --seed
- ${MBGL_RENDER_TEST_SEED}
+ --seed=${MBGL_RENDER_TEST_SEED}
+ WORKING_DIRECTORY ${MBGL_ROOT}
+)
+
+add_test(
+ NAME mbgl-render-test-probes
+ COMMAND
+ mbgl-render-test
+ render-tests
+ --recycle-map
+ --shuffle
+ --seed=${MBGL_RENDER_TEST_SEED}
+ --rootPath=render-test
WORKING_DIRECTORY ${MBGL_ROOT}
)