extend syntax tests to test directory

lets see what Travis thinks of this...
This commit is contained in:
Matt Simerson 2012-05-06 02:20:04 -04:00 committed by Robert
parent eabc5429be
commit ccf166a7e9

View File

@ -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;