X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=b034b29853f8bb1f95aa7600010a77b3c2e6d3f2;hb=d384c72c2933a9ec4cb2cdaa572d519e29082cfc;hp=76da59a539243be4e42afb8b91f1cb7125beb043;hpb=3bde9fdffdb74183f7bf1315eb402918d3b13ed1;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 76da59a..b034b29 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ SUBDIRS += appliance endif # Tests and the test-tool. -SUBDIRS += gnulib/tests capitests caution regressions test-tool +SUBDIRS += gnulib/tests capitests caution regressions extratests test-tool # Guestfish. SUBDIRS += fish @@ -145,6 +145,7 @@ HTMLFILES = \ html/guestfs-python.3.html \ html/guestfs-recipes.1.html \ html/guestfs-ruby.3.html \ + html/guestfs-testing.1.html \ html/guestfish.1.html \ html/guestmount.1.html \ html/virt-alignment-scan.1.html \ @@ -211,6 +212,7 @@ all-local: grep -v '/rc_protocol.c' | \ grep -v 'appliance/debian/root' | \ grep -v '^po-docs/' | \ + grep -v '^images/' | \ LC_ALL=C sort | \ sed 's,^\./,,' > po/POTFILES.in @@ -232,6 +234,11 @@ CLEANFILES = \ quickcheck: ./run test-tool/libguestfs-test-tool $(QUICKCHECK_TEST_TOOL_ARGS) +# Run extra-tests in extratests/ subdirectory. + +extra-tests: + make -C extratests $@ + # Make binary distribution. BINTMPDIR = /tmp/libguestfs-bin