summaryrefslogtreecommitdiff
path: root/test/README
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 /test/README
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.
Diffstat (limited to 'test/README')
-rw-r--r--test/README3
1 files changed, 3 insertions, 0 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.