projects
/
notmuch
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
test: basic: drop 'ensure all available tests are run'
[notmuch]
/
test
/
emacs-test-functions
1
#!/usr/bin/env bash
2
3
test_description="emacs test function sanity"
4
. ./test-lib.sh
5
6
test_begin_subtest "emacs test function sanity"
7
test_emacs_expect_t 't'
8
9
test_done