aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTE
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r--CONTRIBUTE4
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
274Tests which are tagged ":expensive-test" are enabled additionally, if 274Tests which are tagged ":expensive-test" are enabled additionally, if
275you run "make check-expensive" from the top-level directory. "make 275you 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
278line. So "make check SELECTOR=nil" is equivalent to "make
279check-expensive".
278 280
279** Understanding Emacs Internals. 281** Understanding Emacs Internals.
280 282