diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-01-09 22:42:04 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-09 22:42:04 +0000 |
commit | e3faa678eb30e1e08116ca1bd086624974e5e5aa (patch) | |
tree | 58510d25dc079e3b347ee9b84a8d5e4962f36241 /t/op/index_thr.t | |
parent | 89eb5450df838ee8565c99567ce367f194dbe60f (diff) | |
download | perl-e3faa678eb30e1e08116ca1bd086624974e5e5aa.tar.gz |
Variants of several regression tests that run the actul tests inside
a new thread, to test ithread's cloning, particularly of regexps.
p4raw-id: //depot/perl@32931
Diffstat (limited to 't/op/index_thr.t')
-rw-r--r-- | t/op/index_thr.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/op/index_thr.t b/t/op/index_thr.t new file mode 100644 index 0000000000..3a97741625 --- /dev/null +++ b/t/op/index_thr.t @@ -0,0 +1,7 @@ +#!./perl + +chdir 't' if -d 't'; +@INC = ('../lib', '.'); + +require 'thread_it.pl'; +thread_it(qw(op index.t)); |