]> git.notmuchmail.org Git - notmuch/commit
test: Add a new test_emacs function to test-lib.sh
authorCarl Worth <cworth@cworth.org>
Fri, 22 Oct 2010 19:05:17 +0000 (12:05 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 22 Oct 2010 19:09:56 +0000 (12:09 -0700)
commit209e756cd4571964821221d5d4d8447b0aadd43d
treef0ef89b2891560f04ba73b5175a6ce3603b36bab
parentb97a763dc110f4bc74390e34acb29033c0c8bc90
test: Add a new test_emacs function to test-lib.sh

This should be quite handy for doing automated testing of the
emacs-based functionality in notmuch. This function invokes emacs with
the necessary command-line arguments, (to run in batch mode with no
local initialization, to load the notmuch code from the source
directory, and to ensure an 80-column width).
test/README
test/test-lib.sh