From: David Bremner Date: Sat, 12 Feb 2022 20:27:35 +0000 (-0400) Subject: perf-test: allow running test_emacs from performance test suite. X-Git-Tag: archive/debian/0.36_rc0-1~22 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=b21fa0e43371b8281b9aa8ea532088800bb37712;hp=b21fa0e43371b8281b9aa8ea532088800bb37712;p=notmuch perf-test: allow running test_emacs from performance test suite. test_require_external prereq has to move to test-lib-common.sh, and the new shell functions print_emacs_header and time_emacs are provided. The somewhat indirect way of printing the output is to avoid the extra "" present on string values from emacsclient. ---