summaryrefslogtreecommitdiffstats
path: root/lib/tests/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2007-04-02 09:28:42 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2007-04-02 09:28:42 (GMT)
commiteca20aa3a05b66f6f8182b6f927e2514b90bd4c7 (patch)
tree5f6bf3d69eabe4c7293a92675181a35004915ab3 /lib/tests/Makefile.am
parent3315c3f25e3398e766da7ec72589a000be7f9f9d (diff)
downloadmonitoring-plugins-eca20aa3a05b66f6f8182b6f927e2514b90bd4c7.tar.gz
Add libgnu.a as regex functions required
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1672 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/tests/Makefile.am')
-rw-r--r--lib/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am
index b03f48a..cd9234e 100644
--- a/lib/tests/Makefile.am
+++ b/lib/tests/Makefile.am
@@ -21,7 +21,7 @@ test_utils_LDADD = ../utils_base.o
21test_disk_SOURCES = test_disk.c 21test_disk_SOURCES = test_disk.c
22test_disk_CFLAGS = -g -I.. 22test_disk_CFLAGS = -g -I..
23test_disk_LDFLAGS = -L/usr/local/lib -ltap 23test_disk_LDFLAGS = -L/usr/local/lib -ltap
24test_disk_LDADD = ../utils_disk.o 24test_disk_LDADD = ../utils_disk.o $(top_srcdir)/gl/libgnu.a
25 25
26test: ${noinst_PROGRAMS} 26test: ${noinst_PROGRAMS}
27 perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) 27 perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS)