]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/20-good.t
Test real-life leaks with some XS
[perl/modules/Test-Valgrind.git] / t / 20-good.t
index 781bf385df45e51280821c700820c92e31fbcbf1..d13977d91f3886eb25f9295932b942a6d86d7399 100644 (file)
@@ -4,7 +4,8 @@ use strict;
 use warnings;
 
 use Test::More;
-eval 'use Test::Valgrind'; # diag => 1';
+use lib qw{blib/archpub};
+eval 'use Test::Valgrind';
 plan skip_all => 'Test::Valgrind is required to run test your distribution with valgrind' if $@;
 
 1;