From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: client certs and CRL lists for GnuTLS Date: Mon, 09 May 2011 11:00:12 -0400 Message-ID: <8739knx6kj.fsf@stupidchicken.com> References: <87d3kal0za.fsf@lifelogs.com> <874o5mky4o.fsf@lifelogs.com> <8762ptue8r.fsf@lifelogs.com> <87k4e8ucw3.fsf@lifelogs.com> <87y62nak0m.fsf_-_@lifelogs.com> <87pqnzair7.fsf@lifelogs.com> <87hb9bdz1v.fsf@lifelogs.com> <87vcxk7vt4.fsf@stupidchicken.com> <87y62gb0xq.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1304953239 24094 80.91.229.12 (9 May 2011 15:00:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 May 2011 15:00:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 09 17:00:35 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QJRwp-000778-2X for ged-emacs-devel@m.gmane.org; Mon, 09 May 2011 17:00:35 +0200 Original-Received: from localhost ([::1]:59766 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJRwo-0000hG-Mr for ged-emacs-devel@m.gmane.org; Mon, 09 May 2011 11:00:34 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJRwi-0000gq-1Y for emacs-devel@gnu.org; Mon, 09 May 2011 11:00:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJRwg-0002d2-P5 for emacs-devel@gnu.org; Mon, 09 May 2011 11:00:28 -0400 Original-Received: from vm-emlprdomr-05.its.yale.edu ([130.132.50.146]:59257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJRwg-0002cv-My for emacs-devel@gnu.org; Mon, 09 May 2011 11:00:26 -0400 Original-Received: from furball (dhcp128036014040.central.yale.edu [128.36.14.40]) (authenticated bits=0) by vm-emlprdomr-05.its.yale.edu (8.14.4/8.14.4) with ESMTP id p49F0Dgl012787 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 9 May 2011 11:00:15 -0400 Original-Received: by furball (Postfix, from userid 1000) id 95F35160302; Mon, 9 May 2011 11:00:12 -0400 (EDT) In-Reply-To: <87y62gb0xq.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 09 May 2011 05:52:49 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.146 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.146 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:139257 Archived-At: Ted Zlatanov writes: > CY> If you have ERT tests in the Gnus repository, could you arrage for > CY> these files to be placed into (or mirrored into) the Emacs > CY> repository's test/automated directory? Then they'll be run by > CY> "make check", and will show up in the Hydra coverage build. > > They are embedded in the gnus/*registry.el files and I'd rather not > extract them into separate files. Could that work with the Emacs ERT > tests? What's the rationale for not putting tests in separate files? If it has something to do with the way Gnus is developed, I can live with that, though tests for other part of Emacs should go into test/, instead of following this example. As for Gnus, please add a file test/automated/gnus-tests.el, and have it (require 'gnus-registry) and any other Gnus files that contain ERT tests. Then `make check' will be able to find those tests.