diff options
-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 |