From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 910D41F55B for ; Sun, 31 May 2020 19:51:21 +0000 (UTC) Received: from localhost ([::1]:36674 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jfTzM-0004ah-EP for normalperson@yhbt.net; Sun, 31 May 2020 15:51:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47040) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jfTzE-0004ZC-Tc for bug-gnulib@gnu.org; Sun, 31 May 2020 15:51:12 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.160]:28520) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jfTzC-0007HY-KU for bug-gnulib@gnu.org; Sun, 31 May 2020 15:51:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1590954668; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=niL4ypkdZ0ZpF+wZnDOsXNk8x/tw33J2MNYxf864sR0=; b=dvb4qB7MQzhQHyE7JepR13gofPlju2RelpMhbzsRkxJ9SNDA7CFLf5rHP+1Kwtbgid jWsMrTn65qaEWS8gGDgu7dXiktpFc9fIMxn4kU5guJqAwTAlESiANChoxaUtChhCmQNQ jyopu09SqoJBqcffdBdLsV6DUAhtliov6BqUUipqw+pAGvZAZWpXRI5cA4cGdgWn7LzF vyNIpuCNfxEmEj+uP3/7xQ3R+AXbNRZvw/XFYZoM8p8b/nda+mfAVKFnL7VYKO54RevK pkAkf3zmRDK2w9i4JNCXWWp6bQBcY3z8Ja+qoIvvy/N2FhOzFbJrZ6LfLD+n240bHKAJ RzZw== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOH6fzxfs=" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 46.9.0 DYNA|AUTH) with ESMTPSA id j03713w4VJp6DLh (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve X9_62_prime256v1 with 256 ECDH bits, eq. 3072 bits RSA)) (Client did not present a certificate); Sun, 31 May 2020 21:51:06 +0200 (CEST) From: Bruno Haible To: bug-gnulib@gnu.org Subject: Re: Bundling Gnulib tests with an application Date: Sun, 31 May 2020 21:51:06 +0200 Message-ID: <1849217.1qCQVaFcld@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-177-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Received-SPF: none client-ip=81.169.146.160; envelope-from=bruno@clisp.org; helo=mo4-p00-ob.smtp.rzone.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/31 15:51:08 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marc =?ISO-8859-1?Q?Nieper=2DWi=DFkirchen?= Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Marc Nieper-Wi=DFkirchen wrote: > When an application bundles Gnulib tests in its distribution, say in a > folder named gnulib-tests, and has its own suite of Automake tests in the > folder tests, the console output by Automake when running >=20 > make check >=20 > is suboptimal because it will print something like >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Testsuite summary for MyProgram 1.0 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > twice, once when processing the tests folder and once when processing the > gnulib-tests folder. >=20 > Is there a way to change the title that is printed by Automake? I'm not aware of a documented way to change this. Nevertheless, it is probably easy to do: When you look at the generated Makefile.in and search for the string 'summary for', you will see that it gets the text that follows it from a Makefile variable. This Makefile variable gets its default value from the configure file. But if you set a value in Makefile.am, it will override the value from the configure file - locally in that Makefile only. Bruno