]> git.notmuchmail.org Git - notmuch/commit
test: Add `test_emacs_expect_t'.
authorDavid Edmondson <dme@dme.org>
Tue, 24 Jan 2012 16:14:05 +0000 (16:14 +0000)
committerDavid Bremner <bremner@debian.org>
Wed, 25 Jan 2012 11:25:44 +0000 (07:25 -0400)
commit260975e8aff635b6b99db835ee8d40ec33ee916c
tree05cee5def71b7130da493278126a6a76d4919b46
parent2903b32f79dcf7789a2b015c48194cb40ac71462
test: Add `test_emacs_expect_t'.

Add a new test function to allow simpler testing of emacs
functionality.

`test_emacs_expect_t' takes one argument - a lisp expression to
evaluate. The test passes if the expression returns `t', otherwise it
fails and the output is reported to the tester.
test/README
test/emacs-test-functions.sh [new file with mode: 0755]
test/notmuch-test
test/test-lib.el
test/test-lib.sh