extend syntax tests to test directory
lets see what Travis thinks of this... (it turned out okay)
---
t/01-syntax.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/01-syntax.t b/t/01-syntax.t
index 885ca3e..82ffeb4 100644
--- a/t/01-syntax.t
+++ b/t/01-syntax.t
@@ -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;
--
1.7.9.6