X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=5c90004585bdeaaf2e39adfefa27c213e487b026;hp=115c699d3e3200d2d1a66eee1ef80a465acf7a8a;hb=27d00960c93b26c68fa1f4068502c32a6e3b5e94;hpb=04ea1375c55aa67df4e7fc61dbb534111767f3b6 diff --git a/Makefile.am b/Makefile.am index 115c699..5c90004 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 @@ -161,6 +161,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 \ @@ -227,6 +228,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 @@ -248,6 +250,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