summaryrefslogtreecommitdiff
path: root/CONTRIBUTE
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2016-01-15 22:11:39 +0000
committerPhillip Lord <phillip.lord@russet.org.uk>2016-01-15 22:11:39 +0000
commit549a765efeca2748e68a5c6ce6c9238784e82535 (patch)
tree368096e2fb9b3c1d413f86088d292087fb73acd0 /CONTRIBUTE
parentdadb841a06aa1ffd6d17c04ef83140dbd1ad7307 (diff)
downloademacs-549a765efeca2748e68a5c6ce6c9238784e82535.tar.gz
Enable test selector from command line
* test/automated/Makefile.in: Change variable manipulation to avoid over-writing selector.
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r--CONTRIBUTE4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index 9c53fe2cccc..3ccaff3393f 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -263,7 +263,9 @@ top-level directory. Most tests are in the directory
Tests which are tagged ":expensive-test" are enabled additionally, if
you run "make check-expensive" from the top-level directory. "make
<filename>" as mentioned above incorporates expensive tests for
-<filename>.el(c).
+<filename>.el(c). You can also define any ert selector on the command
+line. So "make check SELECTOR=nil" is equivalent to "make
+check-expensive".
** Understanding Emacs Internals.