From 98794accb4ad96e113ac2b042b455a7af72f185b Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 8 Oct 2014 14:25:42 -0700 Subject: [PATCH] travis: run all visual tests using threaded load --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 327bcb547..7a4b4a6dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,3 +49,4 @@ script: - make test - source localize.sh && make grind - if [[ ${BENCHMARK} != False ]]; then make bench; fi; + - if [[ ${BENCHMARK} != False ]]; then for i in $(ls tests/visual_tests/styles/*xml); do echo $i;./benchmark/out/test_rendering --name "text rendering" --map $i --width 1024 --height 1024 --iterations 2 --threads 10;done;fi