From cd6adec204e5b4a4f5781b44f012d8fdc1e49405 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Date: Thu, 28 Apr 2016 11:14:38 +0200 Subject: 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 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3