summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2016-04-28 11:14:38 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-04-29 11:18:47 +0200
commitcd6adec204e5b4a4f5781b44f012d8fdc1e49405 (patch)
treee22329b5ef01565571ef4123c297988dd79f1794 /Makefile.am
parentfbd103b7200a2530f65a2f1f6bc043ba2b36e5e0 (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, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 068009bd..10aa40f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,3 +4,5 @@ SUBDIRS = src \
include \
doc \
files
+
+EXTRA_DIST = tests