X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=fcf5f6143bbb83a5648a94487f9e73df1dac87e3;hb=5b17af107f75a0d6f3a39b88b9c18714014eb7af;hp=592ed9445285dac0408b08ccb1fe0319d68f8660;hpb=03ff42cb2e088b00c15023d456058cbcdc5d3c81;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 592ed94..fcf5f61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,14 +95,14 @@ 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_SOURCES = tests.c test-bootbootboot.sh tests_CFLAGS = \ -I$(top_builddir)/src -Wall tests_LDADD = $(top_builddir)/src/libguestfs.la -TESTS = $(check_PROGRAMS) +TESTS = tests TESTS_ENVIRONMENT = $(VG) $(TESTS): $(INITRAMFS) $(VMLINUZ) @@ -112,6 +112,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.