diff options
| author | Phillip Lord | 2016-01-15 22:11:39 +0000 |
|---|---|---|
| committer | Phillip Lord | 2016-01-15 22:11:39 +0000 |
| commit | 549a765efeca2748e68a5c6ce6c9238784e82535 (patch) | |
| tree | 368096e2fb9b3c1d413f86088d292087fb73acd0 /CONTRIBUTE | |
| parent | dadb841a06aa1ffd6d17c04ef83140dbd1ad7307 (diff) | |
| download | emacs-549a765efeca2748e68a5c6ce6c9238784e82535.tar.gz emacs-549a765efeca2748e68a5c6ce6c9238784e82535.zip | |
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 9c53fe2cccc..3ccaff3393f 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -263,7 +263,9 @@ top-level directory. Most tests are in the directory | |||
| 263 | Tests which are tagged ":expensive-test" are enabled additionally, if | 263 | Tests which are tagged ":expensive-test" are enabled additionally, if |
| 264 | you run "make check-expensive" from the top-level directory. "make | 264 | you run "make check-expensive" from the top-level directory. "make |
| 265 | <filename>" as mentioned above incorporates expensive tests for | 265 | <filename>" as mentioned above incorporates expensive tests for |
| 266 | <filename>.el(c). | 266 | <filename>.el(c). You can also define any ert selector on the command |
| 267 | line. So "make check SELECTOR=nil" is equivalent to "make | ||
| 268 | check-expensive". | ||
| 267 | 269 | ||
| 268 | ** Understanding Emacs Internals. | 270 | ** Understanding Emacs Internals. |
| 269 | 271 | ||