diff options
author | John Wiegley <johnw@newartisans.com> | 2016-01-18 22:56:33 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2016-01-18 22:56:33 -0800 |
commit | 6acd2aa02c6f0eb9d3fadce0bb48183837beafd8 (patch) | |
tree | d236a14dc554951c3e7c5a5b38a3bd98edc1315a /CONTRIBUTE | |
parent | 564c84f4b12482aefe86539d2471607565c3ee7c (diff) | |
parent | 549a765efeca2748e68a5c6ce6c9238784e82535 (diff) |
-
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r-- | CONTRIBUTE | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 323f9b9d06..06e1b38c83 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -274,7 +274,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. |