build: Allow 'make quickcheck' test-tool args to be overridden.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 21 Jul 2011 09:50:40 +0000 (10:50 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 26 Jul 2011 14:47:16 +0000 (15:47 +0100)
commit116d366b1f6a29efa93bfa7defe0164f0085f49a
tree5ecb56ef5ae358686c21832cfbba888c3db0b237
parent0b7de697a4273dbcce175085aef45ef62e964fcc
build: Allow 'make quickcheck' test-tool args to be overridden.

A typical use for this is for packagers who want to increase
the default timeout:

  make quickcheck QUICKCHECK_TEST_TOOL_ARGS="-t 300"
(cherry picked from commit 806b6e01506dea4eae68ac3e468d9398d63cafcb)
Makefile.am