mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
test: declare external dependencies for the tests
That are: dtach(1), emacs(1), emacsclient(1), gdb(1) and gpg(1).
This commit is contained in:
parent
f325466728
commit
d095902266
1 changed files with 7 additions and 0 deletions
|
@ -1123,3 +1123,10 @@ test -z "$NO_PYTHON" && test_set_prereq PYTHON
|
|||
# test whether the filesystem supports symbolic links
|
||||
ln -s x y 2>/dev/null && test -h y 2>/dev/null && test_set_prereq SYMLINKS
|
||||
rm -f y
|
||||
|
||||
# declare prerequisites for external binaries used in tests
|
||||
test_declare_external_prereq dtach
|
||||
test_declare_external_prereq emacs
|
||||
test_declare_external_prereq emacsclient
|
||||
test_declare_external_prereq gdb
|
||||
test_declare_external_prereq gpg
|
||||
|
|
Loading…
Add table
Reference in a new issue