po-docs: Force make update-po on first build from git.
[libguestfs.git] / Makefile.am
index e1ddf0d..dcd11eb 100644 (file)
@@ -71,11 +71,12 @@ SUBDIRS += resize
 endif
 endif
 
-# Perl tools and guestmount.
+# Perl tools.
 if HAVE_TOOLS
 SUBDIRS += tools
 endif
 
+# guestmount
 if HAVE_FUSE
 SUBDIRS += fuse
 endif
@@ -219,7 +220,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.