All of lore.kernel.org
 help / color / mirror / Atom feed
* [conntrack-tools PATCH] dist: include tests/ directory and files in tarball
@ 2016-04-28  9:14 Arturo Borrero Gonzalez
  2016-04-29  9:19 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Arturo Borrero Gonzalez @ 2016-04-28  9:14 UTC (permalink / raw)
  To: netfilter-devel

If we include tests/ in the release tarball, downstream distributors
can run the testsuites themselves while developing the packages.

This way, tests can be run in a more integrated environment and they can
discover errors related to the integration with the given distribution itself.

Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index b453af0..f64d604 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ include Make_global.am
 ACLOCAL_AMFLAGS  = -I m4
 
 man_MANS = conntrack.8 conntrackd.8 nfct.8 conntrackd.conf.5
-EXTRA_DIST = $(man_MANS) Make_global.am doc m4
+EXTRA_DIST = $(man_MANS) Make_global.am doc m4 tests
 
 SUBDIRS   = extensions src
 DIST_SUBDIRS = include src extensions


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [conntrack-tools PATCH] dist: include tests/ directory and files in tarball
  2016-04-28  9:14 [conntrack-tools PATCH] dist: include tests/ directory and files in tarball Arturo Borrero Gonzalez
@ 2016-04-29  9:19 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2016-04-29  9:19 UTC (permalink / raw)
  To: Arturo Borrero Gonzalez; +Cc: netfilter-devel

On Thu, Apr 28, 2016 at 11:14:30AM +0200, Arturo Borrero Gonzalez wrote:
> If we include tests/ in the release tarball, downstream distributors
> can run the testsuites themselves while developing the packages.
> 
> This way, tests can be run in a more integrated environment and they can
> discover errors related to the integration with the given distribution itself.
> 

Also applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-29  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-28  9:14 [conntrack-tools PATCH] dist: include tests/ directory and files in tarball Arturo Borrero Gonzalez
2016-04-29  9:19 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.