Running "make check" from the tarball currently doesn't run as many of
the tests as it should, because the data files for the tests aren't
shipped.

This patch includes those files in the generated upstream tarball.
---
 tests/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 93e4150..d0c0be9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -112,7 +112,9 @@ test_smime_DEPENDENCIES = $(DEPS)
 test_smime_LDADD = $(LDADDS)
 endif
 
-EXTRA_DIST = test1.eml test2.eml test3.eml
+EXTRA_DIST = test1.eml test2.eml test3.eml $(wildcard                  \
+             data/pgp*/gmime.gpg.* data/mbox/*put/substring.mbox       \
+             empty*.msg message-partial.* rfc2060.msg)
 
 VERBOSITY=-v
 
-- 
2.10.2

_______________________________________________
gmime-devel-list mailing list
gmime-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gmime-devel-list

Reply via email to