X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=80ea875678e1d96c72953459161c0fc302a5b93f;hp=a65c9d7794d375373ca25f309591043bbc2e6a6b;hb=d43dac69483e8ec62e8356d93f761684ce2f5cc8;hpb=1957e9ed3402120f4868dcea04abb51ceb44df30 diff --git a/Makefile.am b/Makefile.am index a65c9d7..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 @@ -54,7 +57,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 @@ -80,6 +84,9 @@ $(INITRAMFSIMG): initramfs/fakeroot.log daemon/guestfsd bash $(top_builddir)/update-initramfs.sh touch $@ +make-initramfs.sh: make-initramfs.sh.in + ./config.status $@ + # Tests. These are auto-generated from the test descriptions. check_PROGRAMS = tests @@ -90,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. @@ -194,11 +207,11 @@ test-boot-realistic: emptydisk -serial stdio \ -net channel,6666:unix:/tmp/sock,server,nowait \ -net user,vlan=0 \ - -net nic,vlan=0 + -net nic,model=virtio,vlan=0 # Make clean. -CLEANFILES = $(fs_DATA) emptydisk pod2htm?.tmp *~ html/*~ recipes/*~ +CLEANFILES = $(fs_DATA) emptydisk pod2htm?.tmp clean-local: rm -rf initramfs