randomcharacter/t/view_Char.t

9 lines
106 B
Perl

use strict;
use warnings;
use Test::More;
BEGIN { use_ok 'PathfinderGen::View::Char' }
done_testing();