about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-07-29 08:43:07 +0000
committerEric Wong <e@yhbt.net>2020-07-29 20:59:47 +0000
commita411701c82b64ae25253347e78a3260e54f6ebf7 (patch)
treeb726f11607b3c7ccba483c564364b2b1cfed08af
parent870982d2c1a17489410ae0e4ec28170d996527b2 (diff)
downloadpublic-inbox-a411701c82b64ae25253347e78a3260e54f6ebf7.tar.gz
The query parser test pulls in all of the IMAP stuff, so it
has the same dependencies.
-rw-r--r--t/imap_searchqp.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/imap_searchqp.t b/t/imap_searchqp.t
index d73600b3..d62f314a 100644
--- a/t/imap_searchqp.t
+++ b/t/imap_searchqp.t
@@ -5,7 +5,8 @@ use strict;
 use Test::More;
 use Time::Local qw(timegm);
 use PublicInbox::TestCommon;
-require_mods(qw(Parse::RecDescent));
+require_mods(qw(DBD::SQLite Email::Address::XS||Mail::Address
+        Parse::RecDescent));
 use_ok 'PublicInbox::IMAPsearchqp';
 use_ok 'PublicInbox::IMAP';