Update test suite files due to removal of test/lisp/legacy
* test/README: Reference file-organization.org. * test/file-organization.org: Remove the description of files in the lisp/legacy/ directory.
This commit is contained in:
parent
05c98ddec7
commit
05ed68a25d
2 changed files with 3 additions and 3 deletions
|
@ -4,6 +4,9 @@ See the end of the file for license conditions.
|
|||
This directory contains files intended to test various aspects of
|
||||
Emacs's functionality. Please help add tests!
|
||||
|
||||
See the file file-organization.org for the details of the directory
|
||||
structure and file-naming conventions.
|
||||
|
||||
Emacs uses ERT, Emacs Lisp Regression Testing, for testing. See (info
|
||||
"(ert)") or https://www.gnu.org/software/emacs/manual/html_node/ert/
|
||||
for more information on writing and running tests.
|
||||
|
|
|
@ -36,9 +36,6 @@ appended, such as ~/test/lisp/emacs-lisp/eieio-tests~
|
|||
Where features of the C source are tested using Emacs-Lisp test files, these
|
||||
should reside in ~/test/src~ and be named after the C file.
|
||||
|
||||
A few test suites which predate this scheme and do not fit cleanly
|
||||
into it are placed in ~/test/lisp/legacy~.
|
||||
|
||||
There are also some test materials that cannot be run automatically
|
||||
(i.e. via ert). These should be placed in ~/test/manual~
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue