xref: /openbsd-src/gnu/usr.bin/perl/t/re/regexp_qr_embed_thr.t (revision 898184e3e61f9129feb5978fad5a8c6865f00b92)
1b39c5158Smillert#!./perl
2b39c5158Smillert
3*898184e3Ssthenchdir 't' if -d 't';
4*898184e3Ssthenrequire './test.pl';
5*898184e3Ssthen
6*898184e3Ssthenskip_all_without_config(useithreads);
7*898184e3Ssthenskip_all_if_miniperl("no dynamic loading on miniperl, no threads");
8*898184e3Ssthenrequire threads;
9*898184e3Ssthen
10*898184e3Ssthen$::qr = 1;
11*898184e3Ssthen$::qr_embed_thr = 1;
12*898184e3Ssthen
13*898184e3Ssthenrequire './re/regexp.t';
14