1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/tests/style/tidyall.t
2019-01-26 19:53:49 +02:00

15 lines
262 B
Perl

#!/usr/bin/perl
use strict;
use warnings;
if ( $ENV{TEST_SKIP_TIDYALL} )
{
require Test::More;
Test::More::plan( 'skip_all' =>
"Skipping perltidy test because FCS_TEST_SKIP_PERLTIDY was set" );
}
use lib './tests/lib';
require MyTidyAll;