blob: 64d9d02cfbaf1b5bc5b69ab2890d2f289187e019 [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::threadmutex;
plan tests => TestAPRlib::threadmutex::num_of_tests(), need_threads;
TestAPRlib::threadmutex::test();