summaryrefslogtreecommitdiff
path: root/t/04-defaults.t
blob: 49e8259f05b13d6040e200a5fb1f4134d20d5cd8 (plain)
1
2
3
4
5
6
7
8
use strict;
use warnings;

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

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