summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 3d629e9c..fcd190a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,7 +105,8 @@ EXTRA_DIST = \
autogen.sh \
bugs-in-changelog.sh \
update-bugs.sh \
- logo/fish.svg logo/fish.png
+ logo/fish.svg logo/fish.png \
+ run
# Recipes web page.
html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcard recipes/*.example) Makefile make-recipes.sh
@@ -205,7 +206,7 @@ CLEANFILES = \
# is NOT a substitute for proper testing!
quickcheck:
- test-tool/run-test-tool-locally
+ ./run test-tool/libguestfs-test-tool
# Make binary distribution.