From 0ad5dc61893b282ca3ea31c43bf0e372eb4de4cb Mon Sep 17 00:00:00 2001 From: Matthias Eble Date: Sun, 3 Jun 2007 15:00:34 +0000 Subject: Added test cases for utils_tcp git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1730 f882894a-f735-0410-b71e-b25c423dba1c --- lib/tests/test_tcp.t | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 lib/tests/test_tcp.t (limited to 'lib/tests/test_tcp.t') diff --git a/lib/tests/test_tcp.t b/lib/tests/test_tcp.t new file mode 100755 index 00000000..8f34b67b --- /dev/null +++ b/lib/tests/test_tcp.t @@ -0,0 +1,6 @@ +#!/usr/bin/perl +use Test::More; +if (! -e "./test_tcp") { + plan skip_all => "./test_tcp not compiled - please install tap library to test"; +} +exec "./test_tcp"; -- cgit v1.2.3-74-g34f1