From: Arturo Borrero Date: Thu, 28 Apr 2016 09:14:38 +0000 (+0200) Subject: dist: include tests/ directory and files in tarball X-Git-Tag: v0.6~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd6adec204e5b4a4f5781b44f012d8fdc1e49405;p=thirdparty%2Fnftables.git 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 Signed-off-by: Pablo Neira Ayuso --- diff --git a/Makefile.am b/Makefile.am index 068009bd3..10aa40f14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,3 +4,5 @@ SUBDIRS = src \ include \ doc \ files + +EXTRA_DIST = tests