Skip to content

Commit

Permalink
extend syntax tests to test directory
Browse files Browse the repository at this point in the history
lets see what Travis thinks of this...
  • Loading branch information
msimerson authored and rspier committed May 6, 2012
1 parent eabc542 commit ccf166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/01-syntax.t
Expand Up @@ -15,7 +15,7 @@ use lib 'lib';

my $this_perl = $Config{'perlpath'} || $EXECUTABLE_NAME;

my @files = find( {wanted=>\&test_syntax, no_chdir=>1}, 'plugins', 'lib' );
my @files = find( {wanted=>\&test_syntax, no_chdir=>1}, 'plugins', 'lib', 't' );

sub test_syntax {
my $f = $File::Find::name;
Expand Down

0 comments on commit ccf166a

Please sign in to comment.