summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-03-15 20:21:24 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-03-15 20:21:24 -0400
commit4e8209969d0a67299c5b2ff6beb21d4c482034f1 (patch)
treee97f77d6c875b4508771e8491a2bdc52e051d586 /tests/Makefile.am
parentd22370bdbe709776c9db9bf5771010e25cdc7050 (diff)
downloadtelepathy-logger-4e8209969d0a67299c5b2ff6beb21d4c482034f1.tar.gz
Remove empty channel test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 53bebc5..dfef5a7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,6 @@ SUBDIRS = $(CHECKTWISTED) suppressions lib dbus
EXTRA_DIST = logs
noinst_PROGRAMS = \
- test-tpl-channel \
test-tpl-conf \
$(NULL)
@@ -14,7 +13,6 @@ LDADD = \
$(TPL_LIBS)
test_tpl_channel_SOURCES = \
- test-tpl-channel.c \
tpl-channel-test.c \
tpl-channel-test.h \
$(NULL)
@@ -50,7 +48,6 @@ check-valgrind: $(TESTS)
check_c_sources = \
$(dbus_test_sources) \
tpl-channel-test.c \
- test-tpl-channel.c \
test-tpl-conf.c \
$(NULL)