X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=80ea875678e1d96c72953459161c0fc302a5b93f;hb=8cddd6c7e754c8d893eb991bef0171641ad4479e;hp=2286dd5d8db8ec25026afee364e50fd1db79b231;hpb=77c3f9d0ed25218fc3f24cee083a2083157d8e0a;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 2286dd5..80ea875 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,9 @@ endif if HAVE_JAVA SUBDIRS += java endif +if HAVE_HASKELL +SUBDIRS += haskell +endif if HAVE_INSPECTOR SUBDIRS += inspector endif @@ -94,9 +97,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.