summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 47214ad..2a466da 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,11 +10,8 @@ LDADD = \
noinst_PROGRAMS = \
test-tpl-channel \
- test-tpl-conf \
test-tpl-log-store-sqlite \
test-tpl-log-manager \
- test-tpl-observer \
- test-searches \
$(NULL)
test_tpl_channel_SOURCES = \
@@ -22,14 +19,6 @@ test_tpl_channel_SOURCES = \
tpl-channel-test.c \
tpl-channel-test.h
-test_tpl_observer_SOURCES = \
- test-tpl-observer.c \
- tpl-channel-test.c
-
-test_searches_SOURCES = \
- test-searches.c \
- constants.h
-
AM_CFLAGS = \
$(ERROR_CFLAGS) \
$(LIBTPL_CFLAGS) \