diff options
author | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-06-03 15:00:34 +0000 |
---|---|---|
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-06-03 15:00:34 +0000 |
commit | 0ad5dc61893b282ca3ea31c43bf0e372eb4de4cb (patch) | |
tree | b4a8accd76e2b6d331baae48bbcd6054d6e90638 /configure.in | |
parent | d059eeb2948f9d24d801f930e99e81fdf96d5c37 (diff) | |
download | monitoring-plugins-0ad5dc61893b282ca3ea31c43bf0e372eb4de4cb.tar.gz |
Added test cases for utils_tcp
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1730 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 264a0676..26b0d246 100644 --- a/configure.in +++ b/configure.in @@ -155,7 +155,7 @@ AC_SUBST(MATHLIBS) dnl Check for libtap, to run perl-like tests AC_CHECK_LIB(tap, plan_tests, - EXTRA_TEST="test_utils test_disk" + EXTRA_TEST="test_utils test_disk test_tcp" AC_SUBST(EXTRA_TEST) ) |