From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@russet.org.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: Locations of Tests Date: Fri, 06 Nov 2015 09:56:48 +0000 Message-ID: <87vb9fih7j.fsf@russet.org.uk> References: <87d1vpoees.fsf@russet.org.uk> <87mvuth9d6.fsf@gmx.de> <87ziytqww6.fsf@russet.org.uk> <864mh0y355.fsf@stephe-leake.org> <877flwij5a.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446803830 31230 80.91.229.3 (6 Nov 2015 09:57:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Nov 2015 09:57:10 +0000 (UTC) Cc: Stephen Leake , Nicolas Petton , johnw@gnu.org, Michael Albinus , emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 06 10:56:59 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZudlS-0001XS-Rh for ged-emacs-devel@m.gmane.org; Fri, 06 Nov 2015 10:56:58 +0100 Original-Received: from localhost ([::1]:37668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZudlS-00010H-58 for ged-emacs-devel@m.gmane.org; Fri, 06 Nov 2015 04:56:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZudlO-00010C-ES for emacs-devel@gnu.org; Fri, 06 Nov 2015 04:56:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZudlN-0005VO-Hy for emacs-devel@gnu.org; Fri, 06 Nov 2015 04:56:54 -0500 Original-Received: from cheviot22.ncl.ac.uk ([128.240.234.22]:51150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZudlJ-0005UT-LG; Fri, 06 Nov 2015 04:56:49 -0500 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot22.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1ZudlJ-0006EL-DD; Fri, 06 Nov 2015 09:56:49 +0000 Original-Received: from jangai.ncl.ac.uk ([10.66.67.223] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1ZudlI-0004Fs-U7; Fri, 06 Nov 2015 09:56:48 +0000 In-Reply-To: (Artur Malabarba's message of "Thu, 5 Nov 2015 15:08:07 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.240.234.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:193387 Archived-At: Artur Malabarba writes: > On 5 Nov 2015 3:02 pm, "Nicolas Petton" wrote: >> >> Artur Malabarba writes: >> >> > Then let's also remember to rename all the *-test.el out there to >> > *-test.el >> >> hmmm... I'm not following. Could you rephrase this? >> >> Nico > > Oops. :-) missed an s in there. > I meant "rename all the *-tests.el to *-test.el". > Or the other way around, I'm just saying to normalise the use of plural > /singular. Yeah, I checked. "-tests.el" is more common in existing code, so easier to go that way. Although, it would be good if this worked for other packages (GNU ELPA and others). I'll check these out also. Phil