aboutsummaryrefslogtreecommitdiff
path: root/test/test-lib.sh
diff options
context:
space:
mode:
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>2011-11-27 22:36:16 +0400
committerDavid Bremner <bremner@debian.org>2011-11-27 11:32:26 -0800
commitd095902266a79d5475ee9890b9314d2264439dc1 (patch)
tree8287c1c643382a96ef4e853567eddfc0101f40be /test/test-lib.sh
parentf3254667283bc51b97a2d35aa8438420528ba9b3 (diff)
test: declare external dependencies for the tests
That are: dtach(1), emacs(1), emacsclient(1), gdb(1) and gpg(1).
Diffstat (limited to 'test/test-lib.sh')
-rw-r--r--test/test-lib.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test-lib.sh b/test/test-lib.sh
index 99b9e8b..fe80e89 100644
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -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