From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Which test files should make-dist distribute? Date: Fri, 14 Jan 2011 21:23:58 +0100 Message-ID: References: <4D309E03.7040606@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1295037090 318 80.91.229.12 (14 Jan 2011 20:31:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 Jan 2011 20:31:30 +0000 (UTC) Cc: Paul Eggert , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 14 21:31:25 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PdqIt-0002YU-LF for ged-emacs-devel@m.gmane.org; Fri, 14 Jan 2011 21:31:23 +0100 Original-Received: from localhost ([127.0.0.1]:45193 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdqIs-0001uy-Ol for ged-emacs-devel@m.gmane.org; Fri, 14 Jan 2011 15:31:22 -0500 Original-Received: from [140.186.70.92] (port=53552 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdqC5-0006fQ-Ko for emacs-devel@gnu.org; Fri, 14 Jan 2011 15:24:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdqC4-0000VW-D3 for emacs-devel@gnu.org; Fri, 14 Jan 2011 15:24:21 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:47849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PdqC4-0000VO-3W; Fri, 14 Jan 2011 15:24:20 -0500 Original-Received: by eyh6 with SMTP id 6so1637173eyh.0 for ; Fri, 14 Jan 2011 12:24:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=BofhF8OGHYuM86bd8NvAnjB7SbC5PBFM7rlNEtMXJ+o=; b=i32GQQSbTaQb5ZiUCCnTUaxCL6Y3Xz3JIx6kQTLS6aVTqs0pznUDZQLRlseP+GXEHi F379coubzxN9ZT5djFayCxpX/XCma9wyZH/H3uCrEY54YrpAVGtfMLWfspk5rHry8p4b u0pLXyUQDkC8z53p1SPuZ/aWTu9GSZCrLINa8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=bmgZd47Xck3wNmWlBnzb0QRF+PszXZtVL0KK18AuiG0VOqvBD1aBrhmiAdQEXH8jY+ denvL9x8mSdJZzTUavWAGw+dowjWEHs3G5mtblzyUUM7yd1vRIs+IlhSMw/RLlhvvlAU ovuynkq2K8aBL3Gt0riuaj8LgYPNqLsLAwY0A= Original-Received: by 10.213.29.16 with SMTP id o16mr1107445ebc.58.1295036658834; Fri, 14 Jan 2011 12:24:18 -0800 (PST) Original-Received: by 10.213.20.148 with HTTP; Fri, 14 Jan 2011 12:23:58 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134544 Archived-At: On Fri, Jan 14, 2011 at 8:57 PM, Glenn Morris wrote: > Paul Eggert wrote: > >> After recent changes to the trunk added some test files, the >> resulting distributions broke "configure", which would complain >> that a test Makefile.in was absent from the distribution. > > So the position has changed? > > http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00197.html > > =C2=A0 =C2=A0> why Emacs currently has test/ as a separate top-level dire= ctory? > > =C2=A0 =C2=A0Because the test files are not to be distributed with the ta= rball. Was there really a consensus about that? Why shouldn't they be distributed?