]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify meaning of <filename> in test/README
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 28 Aug 2019 18:39:33 +0000 (20:39 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 28 Aug 2019 18:39:33 +0000 (20:39 +0200)
test/README

index c34cdce8ef4e08b0134556f95204b3322d608372..b55e24556f5000d90f2e64cfd59158c581cd018c 100644 (file)
@@ -44,6 +44,9 @@ The Makefile in this directory supports the following targets:
   tests.  In the former case the output is shown on the terminal, in
   the latter case the output is written to <filename>.log.
 
+<filename> could be either a relative file name like
+"lisp/files-tests", or a package name like "files-tests".
+
 ERT offers selectors, which make it possible to filter out which test
 cases shall run.  The make variable $(SELECTOR) gives you a simple
 mean to use your own selectors.  The ERT manual describes how