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