summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-01-19 14:12:22 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-01-19 14:12:22 +0100
commit91a6e1933722439cb81ed58d655a8c62ee05009f (patch)
treeb9ad25a3b85109054d8aea5a51e42149c290423c /test/README
parentf2f06b020904e7d53af1e686a441887f24fb589c (diff)
downloademacs-91a6e1933722439cb81ed58d655a8c62ee05009f.tar.gz
Handle also test/lib-src directory
* test/Makefile.in (SUBDIRS): Add lib-src. * test/README: Add predefined selectors. * test/file-organization.org: Mention test/lib-src directory.
Diffstat (limited to 'test/README')
-rw-r--r--test/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/README b/test/README
index 58f5f38bec6..5f3c10adbe1 100644
--- a/test/README
+++ b/test/README
@@ -60,7 +60,9 @@ https://www.gnu.org/software/emacs/manual/html_node/ert/Test-Selectors.html
You could use predefined selectors of the Makefile. "make <filename>
SELECTOR='$(SELECTOR_DEFAULT)'" runs all tests for <filename>.el
-except the tests tagged as expensive or unstable.
+except the tests tagged as expensive or unstable. Other predefined
+selectors are $(SELECTOR_EXPENSIVE) (run all tests except unstable
+ones) and $(SELECTOR_ALL) (run all tests).
If your test file contains the tests "test-foo", "test2-foo" and
"test-foo-remote", and you want to run only the former two tests, you