summaryrefslogtreecommitdiff
path: root/src/testzzuf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/Makefile.am')
-rw-r--r--src/testzzuf/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/testzzuf/Makefile.am b/src/testzzuf/Makefile.am
index b48b75be..0ebaf893 100644
--- a/src/testzzuf/Makefile.am
+++ b/src/testzzuf/Makefile.am
@@ -3,8 +3,6 @@ SUBDIRS = .
INCLUDES = -I$(top_srcdir)/src/include
check_PROGRAMS = \
- postprocessor_test \
- daemontest \
daemontest_get \
daemontest_post \
daemontest_postform \
@@ -23,16 +21,6 @@ check_PROGRAMS = \
TESTS = $(check_PROGRAMS)
-daemontest_SOURCES = \
- daemontest.c
-daemontest_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la
-
-postprocessor_test_SOURCES = \
- postprocessor_test.c
-postprocessor_test_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la
-
daemontest_get_SOURCES = \
daemontest_get.c
daemontest_get_LDADD = \