From 4504f424f5589f81086f5250674b55708e162e5f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 7 Mar 2012 19:21:14 +0000 Subject: dist: Distribute all tests, even when configured with --disable-appliance. --- fish/Makefile.am | 17 ++++++++++++++++- 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 -- cgit