blob: 318cbf104ecba8f34598b836fe3c906aee576bec [file] [log] [blame]
#!perl -T
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use TestAPRlib::threadrwlock;
plan tests => TestAPRlib::threadrwlock::num_of_tests(), need_threads;
TestAPRlib::threadrwlock::test();