diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2016-01-15 22:11:39 +0000 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2016-01-15 22:11:39 +0000 |
commit | 549a765efeca2748e68a5c6ce6c9238784e82535 (patch) | |
tree | 368096e2fb9b3c1d413f86088d292087fb73acd0 /CONTRIBUTE | |
parent | dadb841a06aa1ffd6d17c04ef83140dbd1ad7307 (diff) |
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-- | CONTRIBUTE | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 9c53fe2ccc..3ccaff3393 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. |