diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-07-21 10:50:40 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-07-21 10:50:40 +0100 |
commit | 806b6e01506dea4eae68ac3e468d9398d63cafcb (patch) | |
tree | dad81d57d7d2c7e0db62af83f8313a0ead1c55b4 /Makefile.am | |
parent | 43ab6dfdf38fdafa040b9e9c1665295765f1486c (diff) | |
download | libguestfs-806b6e01506dea4eae68ac3e468d9398d63cafcb.tar.gz libguestfs-806b6e01506dea4eae68ac3e468d9398d63cafcb.tar.xz libguestfs-806b6e01506dea4eae68ac3e468d9398d63cafcb.zip |
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"
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e1ddf0da..ca317278 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. |