diff options
| author | Michael Albinus | 2018-03-19 12:58:45 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-03-19 12:58:45 +0100 |
| commit | 1979bce57d1887d89de6d728bb34dcd0f6478b2f (patch) | |
| tree | f6e40f7101700c9fdca215c2cf5a6cff96d11da7 /test/README | |
| parent | 415ff1a0e141b74a53df1d8411113b1cd0c9ce90 (diff) | |
| download | emacs-1979bce57d1887d89de6d728bb34dcd0f6478b2f.tar.gz emacs-1979bce57d1887d89de6d728bb34dcd0f6478b2f.zip | |
Print top time consuming tests if advised
* lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit):
New argument HIGH. Print top-running tests.
* test/Makefile.in (check-doit): Use ${SUMMARIZE_TESTS}.
* test/README: Explain SUMMARIZE_TESTS.
Diffstat (limited to 'test/README')
| -rw-r--r-- | test/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/README b/test/README index 36307e3b6c1..b9f6f65c450 100644 --- a/test/README +++ b/test/README | |||
| @@ -65,6 +65,11 @@ compiled version of a test use | |||
| 65 | 65 | ||
| 66 | make TEST_LOAD_EL=no ... | 66 | make TEST_LOAD_EL=no ... |
| 67 | 67 | ||
| 68 | Some tests might take long time to run. In order to summarize the | ||
| 69 | <nn> tests with the longest duration, call | ||
| 70 | |||
| 71 | make SUMMARIZE_TESTS=<nn> ... | ||
| 72 | |||
| 68 | 73 | ||
| 69 | (Also, see etc/compilation.txt for compilation mode font lock tests.) | 74 | (Also, see etc/compilation.txt for compilation mode font lock tests.) |
| 70 | 75 | ||