From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Locations of Tests Date: Wed, 04 Nov 2015 14:15:12 -0500 Message-ID: References: <87d1vpoees.fsf@russet.org.uk> <87mvuth9d6.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446664550 2795 80.91.229.3 (4 Nov 2015 19:15:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Nov 2015 19:15:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 04 20:15:43 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 1Zu3X4-0004OO-Ea for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2015 20:15:42 +0100 Original-Received: from localhost ([::1]:56710 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu3X3-0007Rl-De for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2015 14:15:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu3Wk-0007RS-HE for emacs-devel@gnu.org; Wed, 04 Nov 2015 14:15:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zu3Wg-0003sO-5Y for emacs-devel@gnu.org; Wed, 04 Nov 2015 14:15:22 -0500 Original-Received: from mail-yk0-x231.google.com ([2607:f8b0:4002:c07::231]:35609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu3Wg-0003sJ-1k for emacs-devel@gnu.org; Wed, 04 Nov 2015 14:15:18 -0500 Original-Received: by ykek133 with SMTP id k133so90294136yke.2 for ; Wed, 04 Nov 2015 11:15:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mail-followup-to:mime-version:content-type; bh=Q5VPpHb3fKHNEUt78GrxrJ1He4o3oh337ni/U0EjgxM=; b=uyJiA6E+g7xWwucMgKs8la2ITevraAzHvCJlmTGgYXSJ1QwuKDRejvbIa5BcyBTDtr jirmFPAOwPM3kBvFg4IfxCsQOn5sPQm8zeBKIWiXtJKzyETpyTHXreKqPaJSg+TdJJDE qv59UMTcsTm+n8EF3oBBsoYzzh4ZDkHmpeiRRZVbC0GFRLYCvK9W6d3/HTS3lXQppCBP PFGiYGeCAixdS2gEqe3DYk/Gh7KCWVhRORMWCWWIt3rpl9LADz3brMcYg8FViPSfTG5R NmvT9W7FQwS140cye6HEPr4wEH8SKlrSabBJwzgCwjPQV8+TWuZhGkXl9P3L9jz8DDB9 aqBw== X-Received: by 10.31.166.194 with SMTP id p185mr3564426vke.52.1446664517604; Wed, 04 Nov 2015 11:15:17 -0800 (PST) Original-Received: from Hermes-2.local (74.sub-70-192-3.myvzw.com. [70.192.3.74]) by smtp.gmail.com with ESMTPSA id v84sm1824611vkv.15.2015.11.04.11.15.16 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 04 Nov 2015 11:15:16 -0800 (PST) X-Google-Original-From: "John Wiegley" Original-Received: by Hermes-2.local (Postfix, from userid 501) id AEE1D48E0959; Wed, 4 Nov 2015 14:15:14 -0500 (EST) In-Reply-To: <87mvuth9d6.fsf@gmx.de> (Michael Albinus's message of "Wed, 04 Nov 2015 20:07:01 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: Michael Albinus , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c07::231 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:193226 Archived-At: >>>>> Michael Albinus writes: > Before we rename everything, wouldn't a simple directive in the source file > do the job? > ;; Package-Tests: test/automated/file-notify-tests.el That would also work, but having a naming structure also makes it easier for contributors to know where new files they create should go. So I'd prefer to have a convention, rather than make it freeform, with a set of textual links to relate the two sets. John