summaryrefslogtreecommitdiff
path: root/t/op/index_thr.t
blob: 3a977416256cb47b456460e2a4f0a438a53404fc (plain)
1
2
3
4
5
6
7
#!./perl

chdir 't' if -d 't';
@INC = ('../lib', '.');

require 'thread_it.pl';
thread_it(qw(op index.t));