summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0ad5dc6)
raw | patch | inline | side by side (parent: 0ad5dc6)
author | Matthias Eble <psychotrahe@users.sourceforge.net> | |
Sun, 3 Jun 2007 15:14:15 +0000 (15:14 +0000) | ||
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | |
Sun, 3 Jun 2007 15:14:15 +0000 (15:14 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1731 f882894a-f735-0410-b71e-b25c423dba1c
lib/tests/Makefile.am | patch | blob | history |
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am
index cd9234e638ad925b36c276aba15f71c986688c25..6594db2f4ecf6a95a9d78231c4efd78cf4084bc5 100644 (file)
--- a/lib/tests/Makefile.am
+++ b/lib/tests/Makefile.am
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
-EXTRA_PROGRAMS = test_utils test_disk
+EXTRA_PROGRAMS = test_utils test_disk test_tcp
-EXTRA_DIST = test_utils.t test_disk.t
+EXTRA_DIST = test_utils.t test_disk.t test_tcp.t
LIBS = @LIBINTL@
test_disk_LDFLAGS = -L/usr/local/lib -ltap
test_disk_LDADD = ../utils_disk.o $(top_srcdir)/gl/libgnu.a
+test_tcp_SOURCES = test_tcp.c
+test_tcp_CFLAGS = -g -I..
+test_tcp_LDFLAGS = -L/usr/local/lib -ltap
+test_tcp_LDADD = ../utils_tcp.o
+
test: ${noinst_PROGRAMS}
perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS)