summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2016-04-28 11:14:30 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-04-29 11:20:10 +0200
commit5b76aa21481d5895cd8e301dc554c42f02c1374a (patch)
tree86fd4c999106858d5f0f334ee7dbe1d2995c900a /Makefile.am
parent099b230b86413051adc5b99effd141cf66e0ef09 (diff)
dist: include tests/ directory and files in tarball
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> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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