diff options
| author | Paul Eggert | 2017-03-27 11:22:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-03-27 11:30:08 -0700 |
| commit | 55086ef6517bd7294783d08d2b3cd50c330a9e96 (patch) | |
| tree | 9d06a6909dd620aa6ab26546b5b86c7dd36d9d91 /test | |
| parent | 8ce827426e5400f2be80ae5d7394b74d8dd90373 (diff) | |
| download | emacs-55086ef6517bd7294783d08d2b3cd50c330a9e96.tar.gz emacs-55086ef6517bd7294783d08d2b3cd50c330a9e96.zip | |
Fix obsolete ‘test/automated’ references
* Makefile.in (mostlyclean, clean, maybeclean_dirs, distclean)
(bootstrap-clean, maintainer-clean):
Clean ‘test’, not ‘test/automated’. Test for existence of
subdirectory only for ‘test’, not for directories that should
always exist.
* admin/MAINTAINERS, etc/TODO, lisp/emacs-lisp/bytecomp.el:
* lisp/emacs-lisp/seq.el, lisp/emacs-lisp/thunk.el:
* lisp/man.el (Man-parse-man-k):
* lisp/url/url-domsuf.el, make-dist:
* test/file-organization.org:
Fix obsolete references to test/automated.
Diffstat (limited to 'test')
| -rw-r--r-- | test/file-organization.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/file-organization.org b/test/file-organization.org index 8d9c6716372..4d76c0068e3 100644 --- a/test/file-organization.org +++ b/test/file-organization.org | |||
| @@ -50,9 +50,9 @@ not run by the "make check" command and its derivatives. | |||
| 50 | Resource files for tests (containing test data) should reside in a | 50 | Resource files for tests (containing test data) should reside in a |
| 51 | directory named after the feature with a ~-resources~ suffix, and | 51 | directory named after the feature with a ~-resources~ suffix, and |
| 52 | located in the same directory as the feature. Hence, the lisp file | 52 | located in the same directory as the feature. Hence, the lisp file |
| 53 | ~flymake.el~ should have test files in | 53 | ~lisp/progmodes/flymake.el~, with tests in |
| 54 | ~/test/automated/lisp/progmodes/flymake-tests.el~ should reside in a | 54 | ~test/lisp/progmodes/flymake-tests.el~, should have resources in a |
| 55 | directory called ~/test/automated/lisp/progmodes/flymake-resources~. | 55 | directory called ~test/lisp/progmodes/flymake-resources~. |
| 56 | 56 | ||
| 57 | No guidance is given for the organization of resource files inside the | 57 | No guidance is given for the organization of resource files inside the |
| 58 | ~-resource~ directory; files can be organized at the author's | 58 | ~-resource~ directory; files can be organized at the author's |