diff options
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 323f9b9d060..06e1b38c837 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -274,7 +274,9 @@ top-level directory. Most tests are in the directory | |||
| 274 | Tests which are tagged ":expensive-test" are enabled additionally, if | 274 | Tests which are tagged ":expensive-test" are enabled additionally, if |
| 275 | you run "make check-expensive" from the top-level directory. "make | 275 | you run "make check-expensive" from the top-level directory. "make |
| 276 | <filename>" as mentioned above incorporates expensive tests for | 276 | <filename>" as mentioned above incorporates expensive tests for |
| 277 | <filename>.el(c). | 277 | <filename>.el(c). You can also define any ert selector on the command |
| 278 | line. So "make check SELECTOR=nil" is equivalent to "make | ||
| 279 | check-expensive". | ||
| 278 | 280 | ||
| 279 | ** Understanding Emacs Internals. | 281 | ** Understanding Emacs Internals. |
| 280 | 282 | ||