From 2694d5ca09c96f6b51f50d94d92a13ba4abd0c79 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 27 Oct 2020 07:54:04 +0000 Subject: extsearch: start mocking out This will provide a similar API to PublicInbox::Inbox for read-only WWW, -imapd, and -nntpd interfaces. --- t/extsearch.t | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 t/extsearch.t (limited to 't') diff --git a/t/extsearch.t b/t/extsearch.t new file mode 100644 index 00000000..7687f5f0 --- /dev/null +++ b/t/extsearch.t @@ -0,0 +1,11 @@ +#!perl -w +# Copyright (C) 2020 all contributors +# License: AGPL-3.0+ +use strict; +use Test::More; +use PublicInbox::TestCommon; +require_git(2.6); +require_mods(qw(DBD::SQLite Search::Xapian)); +use_ok 'PublicInbox::ExtSearch'; + +done_testing; -- cgit v1.2.3-24-ge0c7