summaryrefslogtreecommitdiff
path: root/t/02-noop.t
blob: fd3bccb5bfb7232008b58d5086bc168d6a01f7e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;

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

BEGIN { $ENV{PERL_NO_VALIDATION} = 1 }

use PVTests::Standard;
PVTests::Standard::run_tests();