X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F41-threads-teardown.t;h=a4a005f6370a62bf9791dcf5bb2ed5ab131f34d9;hp=6c4814c0057da6a6987f3c16c2ff34c3f1ca4c8f;hb=922f734434b9a4bacae95a124dcb9724a4d64259;hpb=60471c15bcd3a1e35825dba496ecd4332ea08316 diff --git a/t/41-threads-teardown.t b/t/41-threads-teardown.t index 6c4814c..a4a005f 100644 --- a/t/41-threads-teardown.t +++ b/t/41-threads-teardown.t @@ -3,9 +3,12 @@ use strict; use warnings; +BEGIN { require indirect; } + use lib 't/lib'; -use VPIT::TestHelpers; -use indirect::TestThreads; +use VPIT::TestHelpers ( + threads => [ 'indirect' => indirect::I_THREADSAFE ], +); use Test::Leaner tests => 3;