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';
14