about summary refs log tree commit homepage
path: root/t/nntp.t
diff options
context:
space:
mode:
authore@80x24.org <e@80x24.org>2015-12-26 23:38:17 +0000
committerEric Wong <e@80x24.org>2015-12-26 23:46:08 +0000
commit83fedde4cde6539386c9d3ecf37fb99d74af8d93 (patch)
tree4b46738aba5f197916358879285ee5fa3affde4e /t/nntp.t
parent938cf615b743c62f5359285c2fd7da7b9f0ba6b0 (diff)
downloadpublic-inbox-83fedde4cde6539386c9d3ecf37fb99d74af8d93.tar.gz
We should be able to run tests on bare bones systems more easily.
Diffstat (limited to 't/nntp.t')
-rw-r--r--t/nntp.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/nntp.t b/t/nntp.t
index c9178882..388620e5 100644
--- a/t/nntp.t
+++ b/t/nntp.t
@@ -5,6 +5,11 @@ use warnings;
 use Test::More;
 use Data::Dumper;
 
+foreach my $mod (qw(DBD::SQLite Search::Xapian Danga::Socket)) {
+        eval "require $mod";
+        plan skip_all => "$mod missing for nntp.t" if $@;
+}
+
 use_ok 'PublicInbox::NNTP';
 
 {