X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=e9e02bfa9d49140896d9032b87ee6cc126bc9091;hp=592ed9445285dac0408b08ccb1fe0319d68f8660;hb=6b668620681ada82857e09922a0feb004ee65882;hpb=03ff42cb2e088b00c15023d456058cbcdc5d3c81 diff --git a/Makefile.am b/Makefile.am index 592ed94..e9e02bf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src daemon fish examples images +SUBDIRS = src daemon fish po examples images if HAVE_OCAML SUBDIRS += ocaml @@ -42,6 +42,7 @@ SUBDIRS += inspector endif EXTRA_DIST = \ + config.rpath \ make-initramfs.sh update-initramfs.sh \ guestfs.pod guestfs-actions.pod guestfs-structs.pod \ guestfish.pod guestfish-actions.pod \ @@ -63,7 +64,8 @@ EXTRA_DIST = \ contrib/fedora-libguestfs.spec \ contrib/febootstrap/install.title \ contrib/febootstrap/install.html \ - contrib/febootstrap/install.sh + contrib/febootstrap/install.sh \ + test-bootbootboot.sh # Build the root filesystem. # Currently this is arch-dependent, so it seems like putting it in @@ -95,15 +97,19 @@ make-initramfs.sh: make-initramfs.sh.in # Tests. These are auto-generated from the test descriptions # in the generator. -check_PROGRAMS = tests +check_PROGRAMS = tests test-command tests_SOURCES = tests.c tests_CFLAGS = \ -I$(top_builddir)/src -Wall tests_LDADD = $(top_builddir)/src/libguestfs.la -TESTS = $(check_PROGRAMS) -TESTS_ENVIRONMENT = $(VG) +TESTS = tests test-bootbootboot.sh +TESTS_ENVIRONMENT = \ + SKIP_TEST_COMMAND=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \ + SKIP_TEST_COMMAND_LINES=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \ + SKIP_TEST_ZEROFREE=$(shell test -x initramfs/usr/sbin/zerofree || echo 1) \ + $(VG) $(TESTS): $(INITRAMFS) $(VMLINUZ) @@ -112,6 +118,12 @@ $(TESTS): $(INITRAMFS) $(VMLINUZ) valgrind: $(MAKE) check VG="valgrind --quiet --leak-check=full" +# This binary must be statically linked. It is used for testing +# the "guestfs_command" and "guestfs_command_lines" functions. + +test_command_SOURCES = test-command.c +test_command_LDFLAGS = -all-static + # 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. @@ -170,11 +182,18 @@ html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcar sh make-recipes.sh recipes/*.sh > $@-t mv $@-t $@ -website: html/guestfs.3.html html/guestfish.1.html \ +HTMLFILES = html/guestfs.3.html html/guestfish.1.html \ html/virt-inspector.1.html \ - html/recipes.html - cp $^ html/pod.css html/recipes.css \ - $(HOME)/d/redhat/et-website/libguestfs/ + html/recipes.html \ + html/pod.css html/recipes.css + +TEXTFILES = README TODO HACKING + +WEBSITEDIR = $(HOME)/d/redhat/et-website/libguestfs + +website: $(HTMLFILES) $(TEXTFILES) + cp $(HTMLFILES) $(WEBSITEDIR) + for f in $(TEXTFILES); do cp $$f $(WEBSITEDIR)/$$f.txt; done # Generate the ChangeLog automatically from the gitlog.