Skip to content

Commit

Permalink
Consolidate syntax/strict tests into one
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Oct 2, 2017
1 parent d254e70 commit c2a5c47
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 40 deletions.
6 changes: 6 additions & 0 deletions t/all_ok.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::Strict 'no_plan';

all_perl_files_ok();
5 changes: 0 additions & 5 deletions t/email-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/index-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/log_parser-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/password-recovery-lib-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/postinstall-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/save_email-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/uninstall-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/usermin-syntax.t

This file was deleted.

0 comments on commit c2a5c47

Please sign in to comment.