File: 00.t

package info (click to toggle)
libcatmandu-solr-perl 0.0304-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 837; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env perl

use strict;
use warnings;
use Test::More;

my @pkgs = qw(
    Catmandu::Store::Solr
    Catmandu::Store::Solr::Bag
    Catmandu::Store::Solr::Searcher
    Catmandu::Store::Solr::CQL
    Catmandu::Importer::Solr
);

require_ok $_ for @pkgs;

done_testing 5;