This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move the special-case logic for $qr_embed_thr to regexp_qr_embed_thr.t
[perl5.git] / t / re / regexp_qr_embed_thr.t
... / ...
CommitLineData
1#!./perl
2
3chdir 't' if -d 't';
4require './test.pl';
5
6skip_all_without_config(useithreads);
7skip_all_if_miniperl("no dynamic loading on miniperl, no threads");
8require threads;
9
10$::qr = 1;
11$::qr_embed_thr = 1;
12
13require './re/regexp.t';