diff options
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 06e1b38c837..7fdfeb0f465 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -263,7 +263,7 @@ Emacs uses ERT, Emacs Lisp Regression Testing, for testing. See (info | |||
| 263 | for more information on writing and running tests. | 263 | for more information on writing and running tests. |
| 264 | 264 | ||
| 265 | If your test lasts longer than some few seconds, mark it in its | 265 | If your test lasts longer than some few seconds, mark it in its |
| 266 | `ert-deftest' definition with ":tags '(:expensive-test)". | 266 | 'ert-deftest' definition with ":tags '(:expensive-test)". |
| 267 | 267 | ||
| 268 | To run tests on the entire Emacs tree, run "make check" from the | 268 | To run tests on the entire Emacs tree, run "make check" from the |
| 269 | top-level directory. Most tests are in the directory | 269 | top-level directory. Most tests are in the directory |