diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-03-19 14:38:56 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-03-19 14:38:56 +0000 |
commit | cab9440a671390e279228cd31ad56b055d611a21 (patch) | |
tree | e8f25fa0111183646243f8f3c121014e481dea2d /lib | |
parent | a88ec0cc5ce716b0f739b6f1e855d705f49c8e31 (diff) | |
download | monitoring-plugins-cab9440a671390e279228cd31ad56b055d611a21.tar.gz |
Remove base64 tests, since base64 comes from gnulib now
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/new_threshold_syntax@1957 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tests/Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index bd25ccfe..784447ea 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am | |||
@@ -7,9 +7,9 @@ check_PROGRAMS = @EXTRA_TEST@ | |||
7 | 7 | ||
8 | INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins | 8 | INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins |
9 | 9 | ||
10 | EXTRA_PROGRAMS = test_utils test_disk test_tcp test_cmd test_base64 | 10 | EXTRA_PROGRAMS = test_utils test_disk test_tcp test_cmd |
11 | 11 | ||
12 | EXTRA_DIST = test_utils.t test_disk.t test_tcp.t test_cmd.t test_base64.t | 12 | EXTRA_DIST = test_utils.t test_disk.t test_tcp.t test_cmd.t |
13 | 13 | ||
14 | LIBS = @LIBINTL@ | 14 | LIBS = @LIBINTL@ |
15 | 15 | ||
@@ -33,11 +33,6 @@ test_cmd_CFLAGS = -g -I.. | |||
33 | test_cmd_LDFLAGS = -L/usr/local/lib -ltap | 33 | test_cmd_LDFLAGS = -L/usr/local/lib -ltap |
34 | test_cmd_LDADD = ../utils_cmd.o ../utils_base.o | 34 | test_cmd_LDADD = ../utils_cmd.o ../utils_base.o |
35 | 35 | ||
36 | test_base64_SOURCES = test_base64.c | ||
37 | test_base64_CFLAGS = -g -I.. | ||
38 | test_base64_LDFLAGS = -L/usr/local/lib -ltap | ||
39 | test_base64_LDADD = $(top_srcdir)/gl/base64.o | ||
40 | |||
41 | test: ${noinst_PROGRAMS} | 36 | test: ${noinst_PROGRAMS} |
42 | perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) | 37 | perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) |
43 | 38 | ||