blob: ba4a5dbc81459b7b6caaca8ed2ae8ebe31f4b1d4 [file] [log] [blame]
#!perl -T
# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use TestAPRlib::threadrwlock;
plan tests => TestAPRlib::threadrwlock::num_of_tests(), need_threads;
TestAPRlib::threadrwlock::test();