diff mbox

[conntrack-tools] dist: include tests/ directory and files in tarball

Message ID 146183487005.3278.11126686560647444846.stgit@nfdev2.cica.es
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Arturo Borrero April 28, 2016, 9:14 a.m. UTC
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(-)


--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Pablo Neira Ayuso April 29, 2016, 9:19 a.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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