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>
Wed, 27 Jul 2011 14:00:03 +0000 (15:00 +0100)
commitd5cc91cf18b2c08b0041345a69fe137d2cb6085d
treece848b9fc5f1a0390b179c4180cc4a60a48782fa
parent880374c6df2a694bb1457231f110d9ef7035e5b7
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