aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert2017-03-27 11:22:54 -0700
committerPaul Eggert2017-03-27 11:30:08 -0700
commit55086ef6517bd7294783d08d2b3cd50c330a9e96 (patch)
tree9d06a6909dd620aa6ab26546b5b86c7dd36d9d91 /test
parent8ce827426e5400f2be80ae5d7394b74d8dd90373 (diff)
downloademacs-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.org6
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.
50Resource files for tests (containing test data) should reside in a 50Resource files for tests (containing test data) should reside in a
51directory named after the feature with a ~-resources~ suffix, and 51directory named after the feature with a ~-resources~ suffix, and
52located in the same directory as the feature. Hence, the lisp file 52located 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
55directory called ~/test/automated/lisp/progmodes/flymake-resources~. 55directory called ~test/lisp/progmodes/flymake-resources~.
56 56
57No guidance is given for the organization of resource files inside the 57No 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