emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

include Org-mode test suite in Emacs repository?


From: Eric Schulte
Subject: include Org-mode test suite in Emacs repository?
Date: Mon, 25 Oct 2010 18:42:39 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]