travis: run all visual tests using threaded load

This commit is contained in:
Dane Springmeyer 2014-10-08 14:25:42 -07:00
parent 280c280a9c
commit 98794accb4

View file

@ -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