From: Eli Zaretskii Date: Sat, 24 Sep 2016 10:32:44 +0000 (+0300) Subject: Update test suite files due to removal of test/lisp/legacy X-Git-Tag: emacs-26.0.90~1551 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05ed68a25d3c81cc20314c42a43aeb23d6c2d8f1;p=emacs.git 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. --- 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~