netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [nft PATCH] dist: include tests/ directory and files in tarball
@ 2016-04-28  9:14 Arturo Borrero Gonzalez
  2016-04-28  9:27 ` Pablo Neira Ayuso
  2016-04-29  9:19 ` Pablo Neira Ayuso
  0 siblings, 2 replies; 6+ 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, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 068009b..10aa40f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,3 +4,5 @@ SUBDIRS = 	src	\
 		include	\
 		doc	\
 		files
+
+EXTRA_DIST =	tests


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28  9:14 [nft PATCH] dist: include tests/ directory and files in tarball Arturo Borrero Gonzalez
2016-04-28  9:27 ` Pablo Neira Ayuso
2016-04-28 10:07   ` Arturo Borrero Gonzalez
2016-04-28 12:20     ` Pablo Neira Ayuso
2016-04-28 13:35       ` Arturo Borrero Gonzalez
2016-04-29  9:19 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).