diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/file-organization.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file-organization.org b/test/file-organization.org index 4d76c0068e3..6c93c28c8e1 100644 --- a/test/file-organization.org +++ b/test/file-organization.org | |||
| @@ -30,7 +30,7 @@ the directory structure of the source tree; so tests for files in the | |||
| 30 | 30 | ||
| 31 | Tests should normally reside in a file with ~-tests.el~ added to the | 31 | Tests should normally reside in a file with ~-tests.el~ added to the |
| 32 | base-name of the tested source file; hence ~ert.el~ is tested in | 32 | base-name of the tested source file; hence ~ert.el~ is tested in |
| 33 | ~ert-tests.el~, and ~pcase.el~ is tested in ~pcase-tests.el~. As n | 33 | ~ert-tests.el~, and ~pcase.el~ is tested in ~pcase-tests.el~. As an |
| 34 | exception, tests for a single feature may be placed into multiple | 34 | exception, tests for a single feature may be placed into multiple |
| 35 | files of any name which are themselves placed in a directory named | 35 | files of any name which are themselves placed in a directory named |
| 36 | after the feature with ~-tests~ appended, such as | 36 | after the feature with ~-tests~ appended, such as |