Test the 'command' and 'command_lines' functions thoroughly.
[libguestfs.git] / Makefile.am
index 592ed94..60cfac0 100644 (file)
@@ -95,7 +95,7 @@ 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 = \
@@ -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.