build: Allow 'make quickcheck' test-tool args to be overridden.
[libguestfs.git] / Makefile.am
index e1ddf0d..ca31727 100644 (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.