summaryrefslogtreecommitdiffstats
path: root/lib/tests/test_utils.t
blob: 152eb718726b845ec57bafe07688c143dfc7d5dd (plain)
1
2
3
4
5
6
#!/usr/bin/perl
use Test::More;
if (! -e "./test_utils") {
	plan skip_all => "./test_utils not compiled - please install tap library to test";
}
exec "./test_utils";