summaryrefslogtreecommitdiff
path: root/t/12-noop_cb.t
blob: 777cf019a6be3181180046502e00b9af810bf9c8 (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::Callbacks;
PVTests::Callbacks::run_tests();