summaryrefslogtreecommitdiff
path: root/t/05-noop_default.t
blob: cc50768e33c65023427e2050770982019e295071 (plain)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;

use File::Spec;
use lib File::Spec->catdir( 't', 'lib' );

BEGIN { $ENV{PERL_NO_VALIDATION} = 1 }

use PVTests::Defaults;
PVTests::Defaults::run_tests();