From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric Schulte" Newsgroups: gmane.emacs.devel Subject: include Org-mode test suite in Emacs repository? Date: Mon, 25 Oct 2010 18:42:39 -0600 Message-ID: <87pquwc3tn.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1288110929 8504 80.91.229.12 (26 Oct 2010 16:35:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2010 16:35:29 +0000 (UTC) Cc: Carsten Dominik To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 26 18:35:27 2010 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 1PAmUd-0001KR-TA for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2010 18:35:24 +0200 Original-Received: from localhost ([127.0.0.1]:49476 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAmUc-0004Cr-Kd for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2010 12:35:22 -0400 Original-Received: from [140.186.70.92] (port=41830 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAmUW-0004Bx-Pw for emacs-devel@gnu.org; Tue, 26 Oct 2010 12:35:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAmS3-0000sx-8S for emacs-devel@gnu.org; Tue, 26 Oct 2010 12:32:44 -0400 Original-Received: from mail-qy0-f176.google.com ([209.85.216.176]:56141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAmS3-0000sp-6L for emacs-devel@gnu.org; Tue, 26 Oct 2010 12:32:43 -0400 Original-Received: by qyk4 with SMTP id 4so2761501qyk.0 for ; Tue, 26 Oct 2010 09:32:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:user-agent:mime-version:content-type; bh=2Gqqkk9WtIhp0Bs4YOXxw33Up5qjqv6NGnDr07BPtnU=; b=a80TtXWEoxpd515vXerQYO8cmyVgrzXA4Od7UCrRsWECvvjNpiyJyPezXkSSy6W2aN OyonWh8aJVzS+w8xDumrjwJdA3YoW5ddNKzIcygm291WssiBeAN/Pyyv8IPEegt+/40J uOMZM8i7kRgLQrUgXpOgio+cP8KEZ01saQ1Z8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:user-agent:mime-version :content-type; b=inHP/cWSekc3usaQgPD9shSllLX0moUFnHtvR7b5aALHlH9heDNJcHvJiTN9Yjk4sO RD/qifUVFuMkdePJC9DQTaJ5G9MpkgxANVabAs3COpyWhvrpmvhhIkSyPotfnhar2Rta p18OzPSLzmxG5C11b09RRY5kpRFMAFYUpWq4c= Original-Received: by 10.229.216.73 with SMTP id hh9mr2787912qcb.298.1288110761570; Tue, 26 Oct 2010 09:32:41 -0700 (PDT) Original-Received: from roll (c-174-56-1-147.hsd1.nm.comcast.net [174.56.1.147]) by mx.google.com with ESMTPS id x9sm7512213qco.34.2010.10.26.09.32.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 26 Oct 2010 09:32:40 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) 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:132134 Archived-At: Hi, Org-mode currently includes a suite of 19 ERT tests in its repository [1]. Should these tests be included in the upcoming commit of Org-mode into the main Emacs repository? The layout of the Org-mode repository is as follows: | path | contents | |-----------------------------------+--------------------------------------| | org/lisp/ | main Org-mode lisp files | | org/contrib/ | contributed elisp packages | | org/... | other files, Makefile, etc... | | org/testing/ | testing directory | | org/testing/README.org | testing instructions | | org/testing/contrib | tests for contributed elisp packages | | org/testing/ert | ert repository as git submodule | | org/testing/examples | .org files used in tests | | org/testing/jump | jump repository as git submodule | | org/testing/lisp | tests for main elisp files | | org/testing/org-test-ob-consts.el | constants used in tests | | org/testing/org-test.el | helper functions for using tests | Of the above files and directories only the testing/examples and testing/lisp directories as well as paired down versions of org-test.el and org-test-ob-consts.el (which could be combined) are required for running the tests. There is a test directory in the base of the Emacs repository, although none of the tests defined therein seem to use ERT. Could the org-mode tests be added as a sub-directory of the existing test directory? Thanks -- Eric Footnotes: [1] http://repo.or.cz/w/org-mode.git