From: Richard W.M. Jones Date: Thu, 21 Jul 2011 09:50:40 +0000 (+0100) Subject: build: Allow 'make quickcheck' test-tool args to be overridden. X-Git-Tag: 1.8.10~8 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=d5cc91cf18b2c08b0041345a69fe137d2cb6085d;p=libguestfs.git 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) --- diff --git a/Makefile.am b/Makefile.am index acd8efc..c6a02e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -192,7 +192,7 @@ CLEANFILES = \ # is NOT a substitute for proper testing! quickcheck: - test-tool/run-test-tool-locally + test-tool/run-test-tool-locally $(QUICKCHECK_TEST_TOOL_ARGS) # Make binary distribution.