]> git.eshelyaron.com Git - emacs.git/commit
Print top time consuming tests if advised
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 19 Mar 2018 11:58:45 +0000 (12:58 +0100)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:17:51 +0000 (14:17 +0800)
commit10794c813deba23e3b7754d55fff0663ca620c05
treeaf3e7c35daf712fedd5b85a3b1a39106501b2c20
parentec18ff5cea933a902c9f3c78517f725f1e0cc637
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.
lisp/emacs-lisp/ert.el
test/Makefile.in
test/README