Alien-Hunspell
view release on metacpan or search on metacpan
t/alien_hunspell.t view on Meta::CPAN
use Test2::V0 -no_srand => 1;
use Test::Alien::CPP;
use Alien::Hunspell;
use lib 't/lib';
use Test2::Require::Dev;
alien_ok 'Alien::Hunspell';
subtest 'xs' => sub {
my $xs = do { local $/; <DATA> };
xs_ok { xs => $xs, verbose => 1 }, with_subtest {
my $ptr = My::Hunspell::Hunspell_create("corpus/supp.aff","corpus/supp.dic");
( run in 0.367 second using v1.01-cache-2.11-cpan-87723dcf8b7 )