]> Dogcows Code - chaz/git-codeowners/blob - eg/test.t
initial commit
[chaz/git-codeowners] / eg / test.t
1 #!/usr/bin/env perl
2
3 use warnings;
4 use strict;
5
6 use Test::More;
7
8 eval 'use Test::File::Codeowners';
9 warn $@ if $@;
10 plan skip_all => 'Test::File::Codeowners required for testing CODEOWNERS' if $@;
11
12 codeowners_syntax_ok();
13 codeowners_git_files_ok();
14 done_testing;
This page took 0.032358 seconds and 4 git commands to generate.