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