diff options
author | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-06-03 14:40:13 (GMT) |
---|---|---|
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-06-03 14:40:13 (GMT) |
commit | d059eeb2948f9d24d801f930e99e81fdf96d5c37 (patch) | |
tree | 472b15ce9785983d6e1389d5b16577c96c7a402f /lib/Makefile.am | |
parent | 0a73efe7cad3c3bfd423b65be3a3b9d3049be545 (diff) | |
download | monitoring-plugins-d059eeb2948f9d24d801f930e99e81fdf96d5c37.tar.gz |
Moved check_tcp's expect string testing into utils_tcp for testing purposes.
Added -A/--all flag to test for every expect string passed.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1729 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 3909bb9..5d0f635 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
@@ -5,8 +5,8 @@ SUBDIRS = tests | |||
5 | noinst_LIBRARIES = libnagiosplug.a | 5 | noinst_LIBRARIES = libnagiosplug.a |
6 | 6 | ||
7 | 7 | ||
8 | libnagiosplug_a_SOURCES = utils_base.c utils_disk.c | 8 | libnagiosplug_a_SOURCES = utils_base.c utils_disk.c utils_tcp.c |
9 | EXTRA_DIST = utils_base.h utils_disk.h | 9 | EXTRA_DIST = utils_base.h utils_disk.h utils_tcp.h |
10 | 10 | ||
11 | INCLUDES = -I$(srcdir) -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins | 11 | INCLUDES = -I$(srcdir) -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins |
12 | 12 | ||