summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-09-24 13:32:44 +0300
committerEli Zaretskii <eliz@gnu.org>2016-09-24 13:32:44 +0300
commit05ed68a25d3c81cc20314c42a43aeb23d6c2d8f1 (patch)
treec9d21d7313d30caf3f1d952986468a2dd1a71394
parent05c98ddec73ef5800ea6e29995960100a3fb4eb6 (diff)
downloademacs-05ed68a25d3c81cc20314c42a43aeb23d6c2d8f1.tar.gz
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.
-rw-r--r--test/README3
-rw-r--r--test/file-organization.org3
2 files changed, 3 insertions, 3 deletions
diff --git a/test/README b/test/README
index 2994fca6c85..fec84a8756c 100644
--- a/test/README
+++ b/test/README
@@ -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.
diff --git a/test/file-organization.org b/test/file-organization.org
index 226e12d5330..dba5f4ff712 100644
--- a/test/file-organization.org
+++ b/test/file-organization.org
@@ -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~