Re: [gmime-devel] [PATCH 1/6] Ship extra data for tests.



I've committed this patch with a slight modification (added the test*.eml to the wildcard grouping instead of listing them individually).

Thanks!

Jeff

On 12/2/2016 2:02 AM, Daniel Kahn Gillmor wrote:
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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]