X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=8f81a07604a6ebf920064a61414bb66c89aa545c;hb=62c11fb60ef722c77215357a14465b44b5c7402f;hp=452a0368a9baabe663d9021fe4523028fe8114c8;hpb=0fea1c76712c3c9a8e4309aa0b325e48a0a935b8;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 452a036..8f81a07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,7 +54,8 @@ EXTRA_DIST = \ recipes/*.sh \ recipes/*.example \ html/recipes.css \ - make-recipes.sh + make-recipes.sh \ + test-cleanup.sh # Build the root filesystem. # Currently this is arch-dependent, so it seems like putting it in @@ -93,9 +94,15 @@ tests_CFLAGS = \ tests_LDADD = $(top_builddir)/src/libguestfs.la TESTS = $(check_PROGRAMS) +TESTS_ENVIRONMENT = $(VG) $(TESTS): $(INITRAMFS) $(VMLINUZ) +# Run the tests under valgrind. + +valgrind: + $(MAKE) check VG="valgrind --quiet --leak-check=full" + # Manual pages. # guestfs-actions.pod and guestfs-structs are autogenerated. There is # no include mechanism for POD, so we have to do it by hand.