aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2019-08-28 20:39:33 +0200
committerMichael Albinus2019-08-28 20:39:33 +0200
commit7803e65ffc105a788741c4a1ab927fed32c6ab9b (patch)
tree0b8883d8ca8f43a42b6a5d076cbc2d0578291ed1 /test
parentfdccab473e1f95dae5ee0f07a4531dd4e05b22dd (diff)
downloademacs-7803e65ffc105a788741c4a1ab927fed32c6ab9b.tar.gz
emacs-7803e65ffc105a788741c4a1ab927fed32c6ab9b.zip
Clarify meaning of <filename> in test/README
Diffstat (limited to 'test')
-rw-r--r--test/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/README b/test/README
index c34cdce8ef4..b55e24556f5 100644
--- a/test/README
+++ b/test/README
@@ -44,6 +44,9 @@ The Makefile in this directory supports the following targets:
44 tests. In the former case the output is shown on the terminal, in 44 tests. In the former case the output is shown on the terminal, in
45 the latter case the output is written to <filename>.log. 45 the latter case the output is written to <filename>.log.
46 46
47<filename> could be either a relative file name like
48"lisp/files-tests", or a package name like "files-tests".
49
47ERT offers selectors, which make it possible to filter out which test 50ERT offers selectors, which make it possible to filter out which test
48cases shall run. The make variable $(SELECTOR) gives you a simple 51cases shall run. The make variable $(SELECTOR) gives you a simple
49mean to use your own selectors. The ERT manual describes how 52mean to use your own selectors. The ERT manual describes how