summaryrefslogtreecommitdiffstats
path: root/lib/tests/test_utils.t
blob: e2a9311e425acfd8eca9c7a9fdb1c656dbf65502 (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 enable libtap library to test";
}
exec "./test_utils";