From: David Edmondson Date: Tue, 24 Jan 2012 16:14:05 +0000 (+0000) Subject: test: Add `test_emacs_expect_t'. X-Git-Tag: debian/0.12_rc1-1~160 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=260975e8aff635b6b99db835ee8d40ec33ee916c;hp=260975e8aff635b6b99db835ee8d40ec33ee916c 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. ---