X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=t%2F00-compile.t;fp=t%2F00-compile.t;h=37c2ffc8d5a5f482ee6910e755a511da20ea984b;hb=3a345750fddc777385eacb334ea011f9327b774e;hp=379fc9b02bc64fea6541ae51060b6a9a7cb91a46;hpb=0047d0a57e8ffe0d7cfde415fa6f50dae30201d1;p=chaz%2Fgit-codeowners diff --git a/t/00-compile.t b/t/00-compile.t index 379fc9b..37c2ffc 100644 --- a/t/00-compile.t +++ b/t/00-compile.t @@ -6,10 +6,17 @@ use warnings; use Test::More; -plan tests => 6 + ($ENV{AUTHOR_TESTING} ? 1 : 0); +plan tests => 13 + ($ENV{AUTHOR_TESTING} ? 1 : 0); my @module_files = ( 'App/Codeowners.pm', + 'App/Codeowners/Formatter.pm', + 'App/Codeowners/Formatter/CSV.pm', + 'App/Codeowners/Formatter/JSON.pm', + 'App/Codeowners/Formatter/String.pm', + 'App/Codeowners/Formatter/TSV.pm', + 'App/Codeowners/Formatter/Table.pm', + 'App/Codeowners/Formatter/YAML.pm', 'App/Codeowners/Options.pm', 'App/Codeowners/Util.pm', 'File/Codeowners.pm',