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"
This commit is contained in:
Richard W.M. Jones
2011-07-21 10:50:40 +01:00
parent 43ab6dfdf3
commit 806b6e0150

View File

@@ -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.