summaryrefslogtreecommitdiffstats
path: root/plugins/tests/test_utils.t
blob: 8686ad2a0897cf4f2c581ffea493fded6ffd6021 (plain)
1
2
3
4
5
6
#!/usr/bin/perl
use Test::More;
if (! -e "./test_utils") {
	plan skip_all => "./test_utils not compiled - check ./configure --with-libtap-object is defined";
}
exec "./test_utils";