X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F40-threads.t;h=41ce0a51494f8f10e53f97d510fd8f7ec031c4b2;hp=3f2fe250dd9bd88e4253720d83096263c10513c4;hb=922f734434b9a4bacae95a124dcb9724a4d64259;hpb=50b8db8a2903dcf8ec368479cb7d718301ccce67 diff --git a/t/40-threads.t b/t/40-threads.t index 3f2fe25..41ce0a5 100644 --- a/t/40-threads.t +++ b/t/40-threads.t @@ -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;