diff options
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 2d01724a5e0..b385d68c985 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -251,9 +251,9 @@ for more information on writing and running tests. | |||
| 251 | 251 | ||
| 252 | To run tests on the entire Emacs tree, run "make check" from the | 252 | To run tests on the entire Emacs tree, run "make check" from the |
| 253 | top-level directory. Most tests are in the directory | 253 | top-level directory. Most tests are in the directory |
| 254 | "test/automated". From the "test/automated" directory, run "make | 254 | "test/". From the "test/" directory, run "make |
| 255 | <filename>" to run the tests for <filename>.el(c). See | 255 | <filename>" to run the tests for <filename>.el(c). See |
| 256 | "test/automated/Makefile" for more information. | 256 | "test/Makefile" for more information. |
| 257 | 257 | ||
| 258 | ** Understanding Emacs Internals. | 258 | ** Understanding Emacs Internals. |
| 259 | 259 | ||