]> git.eshelyaron.com Git - emacs.git/commitdiff
Update test suite files due to removal of test/lisp/legacy
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Sep 2016 10:32:44 +0000 (13:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Sep 2016 10:32:44 +0000 (13:32 +0300)
* test/README: Reference file-organization.org.
* test/file-organization.org: Remove the description of files in
the lisp/legacy/ directory.

test/README
test/file-organization.org

index 2994fca6c859aee4235207fcf1ce74dd338c0324..fec84a8756c4ab6397fb7553b9e3d4836e5c7008 100644 (file)
@@ -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.
index 226e12d5330865a4abb4828c685eb544d8147a27..dba5f4ff712406c075f59fa062fe43d72e8a1417 100644 (file)
@@ -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~