]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blob - t/21-good-block.t
Generate suppressions with eval BLOCK, and test it too
[perl/modules/Test-Valgrind.git] / t / 21-good-block.t
1 #!perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7 use lib qw{blib/archpub};
8 eval { use Test::Valgrind };
9 plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind' if $@;
10
11 1;