about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-10-27 07:54:20 +0000
committerEric Wong <e@80x24.org>2020-11-07 10:18:50 +0000
commitc82accdd243f599cddc62fe9e958552f5c55c595 (patch)
treef83b0ae150b0147f3beb4643a9147086b32c5e98 /t
parent2a084f92fa8d2f8f9ea4c0c3463e9b0607ff73c9 (diff)
downloadpublic-inbox-c82accdd243f599cddc62fe9e958552f5c55c595.tar.gz
It compiles...
Diffstat (limited to 't')
-rw-r--r--t/extsearch.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/extsearch.t b/t/extsearch.t
index 7687f5f0..54927c50 100644
--- a/t/extsearch.t
+++ b/t/extsearch.t
@@ -7,5 +7,6 @@ use PublicInbox::TestCommon;
 require_git(2.6);
 require_mods(qw(DBD::SQLite Search::Xapian));
 use_ok 'PublicInbox::ExtSearch';
+use_ok 'PublicInbox::ExtSearchIdx';
 
 done_testing;