]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/40-threads.t
Port threads tests to the new VPIT::TestHelpers interface
[perl/modules/indirect.git] / t / 40-threads.t
index 3f2fe250dd9bd88e4253720d83096263c10513c4..41ce0a51494f8f10e53f97d510fd8f7ec031c4b2 100644 (file)
@@ -3,8 +3,12 @@
 use strict;
 use warnings;
 
+BEGIN { require indirect; }
+
 use lib 't/lib';
-use indirect::TestThreads;
+use VPIT::TestHelpers (
+ threads => [ 'indirect' => indirect::I_THREADSAFE ],
+);
 
 use Test::Leaner;