X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2F00-compile.t;fp=t%2F00-compile.t;h=18ad507d283b73618e86e586107c6a3f7f474617;hb=a832cd596e85a2deac94a1ccc6536f0b079a1543;hp=3772699ed76728e7527e6e3e9287879b3f18e6ba;hpb=f7e9da17d2a51800b190c6475ef41a07af0d4e2f;p=gruntmaster-data.git diff --git a/t/00-compile.t b/t/00-compile.t index 3772699..18ad507 100644 --- a/t/00-compile.t +++ b/t/00-compile.t @@ -2,6 +2,7 @@ use v5.14; use warnings; -use Test::More tests => 1; +use Test::More tests => 2; BEGIN { use_ok('Gruntmaster::Data') }; +BEGIN { use_ok('Gruntmaster::Opener') };