diff options
| author | John Wiegley | 2016-01-18 22:56:33 -0800 |
|---|---|---|
| committer | John Wiegley | 2016-01-18 22:56:33 -0800 |
| commit | 6acd2aa02c6f0eb9d3fadce0bb48183837beafd8 (patch) | |
| tree | d236a14dc554951c3e7c5a5b38a3bd98edc1315a /CONTRIBUTE | |
| parent | 564c84f4b12482aefe86539d2471607565c3ee7c (diff) | |
| parent | 549a765efeca2748e68a5c6ce6c9238784e82535 (diff) | |
| download | emacs-6acd2aa02c6f0eb9d3fadce0bb48183837beafd8.tar.gz emacs-6acd2aa02c6f0eb9d3fadce0bb48183837beafd8.zip | |
-
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 | ||