check.mak: Make number of torture iterations configurable
authorSebastian Rasmussen <sebrn@axis.com>
Wed, 27 Feb 2013 22:59:05 +0000 (23:59 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 6 Mar 2013 23:43:26 +0000 (23:43 +0000)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=695315

check.mak

index ea9c12b..54a05fc 100644 (file)
--- a/check.mak
+++ b/check.mak
@@ -11,7 +11,7 @@ check-valgrind:
        @true
 endif
 
-LOOPS = 10
+LOOPS ?= 10
 
 # run any given test by running make test.check
 # if the test fails, run it again at at least debug level 2