X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=test%2Femacs-test-functions;fp=test%2Femacs-test-functions;h=0e1f9fc710e934a46eeabe2da98ddb716315ff49;hb=6dec2af55bb393e338586a2a399a659e54240a1f;hp=0000000000000000000000000000000000000000;hpb=b44b344595acdfe2a4be9bfb6f3421423c497c97;p=notmuch diff --git a/test/emacs-test-functions b/test/emacs-test-functions new file mode 100755 index 00000000..0e1f9fc7 --- /dev/null +++ b/test/emacs-test-functions @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +test_description="emacs test function sanity" +. test-lib.sh + +test_begin_subtest "emacs test function sanity" +test_emacs_expect_t 't' + +test_done