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.13.1~10 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=806b6e01506dea4eae68ac3e468d9398d63cafcb;hp=43ab6dfdf38fdafa040b9e9c1665295765f1486c 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" --- diff --git a/Makefile.am b/Makefile.am index e1ddf0d..ca31727 100644 --- a/Makefile.am +++ b/Makefile.am @@ -219,7 +219,7 @@ CLEANFILES = \ # is NOT a substitute for proper testing! quickcheck: - ./run test-tool/libguestfs-test-tool + ./run test-tool/libguestfs-test-tool $(QUICKCHECK_TEST_TOOL_ARGS) # Make binary distribution.