From patchwork Thu Apr 28 09:14:38 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arturo Borrero X-Patchwork-Id: 616082 X-Patchwork-Delegate: pablo@netfilter.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3qwWPN0hyYz9t3k for ; Thu, 28 Apr 2016 19:14:48 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753370AbcD1JOr (ORCPT ); Thu, 28 Apr 2016 05:14:47 -0400 Received: from smtp3.cica.es ([150.214.5.190]:32842 "EHLO smtp.cica.es" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753365AbcD1JOq (ORCPT ); Thu, 28 Apr 2016 05:14:46 -0400 Received: from localhost (unknown [127.0.0.1]) by smtp.cica.es (Postfix) with ESMTP id BF79951F243 for ; Thu, 28 Apr 2016 09:14:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at cica.es Received: from smtp.cica.es ([127.0.0.1]) by localhost (mail.cica.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NIVLNDbM2s2I for ; Thu, 28 Apr 2016 11:14:39 +0200 (CEST) Received: from nfdev2.cica.es (nfdev2.cica.es [IPv6:2a00:9ac0:c1ca:31::221]) by smtp.cica.es (Postfix) with ESMTP id AEAA451F0CE for ; Thu, 28 Apr 2016 11:14:39 +0200 (CEST) Subject: [nft PATCH] dist: include tests/ directory and files in tarball From: Arturo Borrero Gonzalez To: netfilter-devel@vger.kernel.org Date: Thu, 28 Apr 2016 11:14:38 +0200 Message-ID: <146183487873.3430.10556920470037312368.stgit@nfdev2.cica.es> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org 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 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) -- 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 --git a/Makefile.am b/Makefile.am index 068009b..10aa40f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,3 +4,5 @@ SUBDIRS = src \ include \ doc \ files + +EXTRA_DIST = tests