extend syntax tests to test directory
lets see what Travis thinks of this...
This commit is contained in:
parent
eabc5429be
commit
ccf166a7e9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user