From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: phillip.lord@russet.org.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: What are the tests in test/lisp/legacy/? Date: Tue, 27 Sep 2016 17:05:31 +0100 Message-ID: <874m51gwfo.fsf@russet.org.uk> References: <837fa5f88j.fsf@gnu.org> <87shss1462.fsf@russet.org.uk> <83a8exd1oi.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1474992395 12884 195.159.176.226 (27 Sep 2016 16:06:35 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 27 Sep 2016 16:06:35 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 27 18:06:31 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1boutb-000123-A1 for ged-emacs-devel@m.gmane.org; Tue, 27 Sep 2016 18:06:15 +0200 Original-Received: from localhost ([::1]:52103 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boutZ-00077Z-Dw for ged-emacs-devel@m.gmane.org; Tue, 27 Sep 2016 12:06:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boutL-00074Q-NH for emacs-devel@gnu.org; Tue, 27 Sep 2016 12:06:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boutG-0000bH-4I for emacs-devel@gnu.org; Tue, 27 Sep 2016 12:05:59 -0400 Original-Received: from cloud103.planethippo.com ([31.216.48.48]:55171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bout9-0000Zs-Hd; Tue, 27 Sep 2016 12:05:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=russet.org.uk; s=default; h=Content-Type:MIME-Version:Message-ID: In-Reply-To:Date:References:Subject:Cc:To:From; bh=EQHEFJHMjvOEMcTt420V9Y1Ol9/qy3kpofYafJSne6E=; b=yljpWMxxI7Vp2j9iyLlduAdGTZ 2r62c/2tmCDEF/Rmbr2B9Y6fD640VDXTdTo1Ulfo6LVoSPq2G1Jykscf7a4P8lypADTlvgkP+Cxw3 /ciTuuHISe7mdgybFxLUeziQA/9qWhGeHI+Cr83/SLkcXT5JfOkCrvKXsIb65RHZMc4o/CYnOv75W mcwE449oQQZfirLk2fQRQWxCOdiKcpupYHH3aY/9pPG8a2a1jY5toI2Dx+9OUMXm2ZebudXEmrgHm 2KSyIZEI+hXH6KF47G5Kn0oE4owmYwBfpJZXwE4FljmElaVfROLjbwfgE87oqzbSe+gM3xsUXmB7/ j04JsHrg==; Original-Received: from janus-nat-128-240-225-60.ncl.ac.uk ([128.240.225.60]:56342 helo=russet.org.uk) by cloud103.planethippo.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86_1) (envelope-from ) id 1bout8-003wkQ-JL; Tue, 27 Sep 2016 17:05:46 +0100 In-Reply-To: <83a8exd1oi.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 24 Sep 2016 13:36:45 +0300") X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cloud103.planethippo.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - russet.org.uk X-Get-Message-Sender-Via: cloud103.planethippo.com: authenticated_id: phillip.lord@russet.org.uk X-Authenticated-Sender: cloud103.planethippo.com: phillip.lord@russet.org.uk X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 31.216.48.48 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:207835 Archived-At: Eli Zaretskii writes: >> From: phillip.lord@russet.org.uk (Phillip Lord) >> Cc: emacs-devel@gnu.org >> Date: Thu, 22 Sep 2016 13:59:17 +0100 >> >> Migrating things out of there would be a good thing. > > Done. Okay. I guess, I should build a dependency mechanism between the C files and the tests as there is for the lisp files. At the moment, changing undo.c will not force the tests in test/src/undo-tests.el to rerun. Phil