diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-03-07 19:21:14 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-08 18:14:33 +0000 |
commit | 3bc23abd9bebf355344de58ab861f9583c02e9bd (patch) | |
tree | b1bcf95559848132e46d68e2ac41aa3aa6ade3a9 | |
parent | 9d5d06a60929d6cca7769c5031d00fd25085bdd6 (diff) | |
download | libguestfs-3bc23abd9bebf355344de58ab861f9583c02e9bd.tar.gz libguestfs-3bc23abd9bebf355344de58ab861f9583c02e9bd.tar.xz libguestfs-3bc23abd9bebf355344de58ab861f9583c02e9bd.zip |
dist: Distribute all tests, even when configured with --disable-appliance.
(cherry picked from commit 4504f424f5589f81086f5250674b55708e162e5f)
-rw-r--r-- | fish/Makefile.am | 17 | ||||
-rw-r--r-- | format/Makefile.am | 3 |
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 |