summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-03-07 19:21:14 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-03-07 19:21:14 +0000
commit4504f424f5589f81086f5250674b55708e162e5f (patch)
treeac30028c7655db7c45c44c64f254d866f05a04d2
parent2f126e07bbd81532147cb59a272e11bce3e6d9ed (diff)
downloadlibguestfs-4504f424f5589f81086f5250674b55708e162e5f.tar.gz
libguestfs-4504f424f5589f81086f5250674b55708e162e5f.tar.xz
libguestfs-4504f424f5589f81086f5250674b55708e162e5f.zip
dist: Distribute all tests, even when configured with --disable-appliance.
-rw-r--r--fish/Makefile.am17
-rw-r--r--format/Makefile.am3
2 files changed, 18 insertions, 2 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am
index badb04dd..07784547 100644
--- a/fish/Makefile.am
+++ b/fish/Makefile.am
@@ -45,7 +45,6 @@ BUILT_SOURCES = \
EXTRA_DIST = \
$(BUILT_SOURCES) \
- $(TESTS) \
rc_protocol.x \
guestfish.pod \
guestfish-bash-completion.sh \
@@ -255,3 +254,19 @@ TESTS += \
test-stringlist.sh \
test-upload-to-dir.sh
endif
+
+EXTRA_DIST += \
+ test-add-domain.sh \
+ test-copy.sh \
+ test-edit.sh \
+ test-find0.sh \
+ test-guestfish-a.sh \
+ test-guestfish-d.sh \
+ test-guestfish-escapes.sh \
+ test-guestfish-events.sh \
+ test-guestfish-tilde.sh \
+ test-read_file.sh \
+ test-remote.sh \
+ test-reopen.sh \
+ test-stringlist.sh \
+ test-upload-to-dir.sh
diff --git a/format/Makefile.am b/format/Makefile.am
index 1dc8f149..d9ae7e29 100644
--- a/format/Makefile.am
+++ b/format/Makefile.am
@@ -18,7 +18,6 @@
include $(top_srcdir)/subdir-rules.mk
EXTRA_DIST = \
- $(TESTS) \
virt-format.pod
CLEANFILES = stamp-virt-format.pod
@@ -77,3 +76,5 @@ TESTS_ENVIRONMENT = \
if ENABLE_APPLIANCE
TESTS = test-virt-format.sh
endif ENABLE_APPLIANCE
+
+EXTRA_DIST += test-virt-format.sh