summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-11 13:41:06 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-11 13:41:06 +0200
commit3dc641c316ef08fecf891d60b5b4551f7f346c3f (patch)
tree0e94cfb79081343fa189ffc1807dc151f8ce1e67
parent6b1865113719abceba8d4246d07abdb0e7c66fbc (diff)
downloadtelepathy-logger-3dc641c316ef08fecf891d60b5b4551f7f346c3f.tar.gz
Remove tests using GSettings for nowtelepathy-logger-0.1.5
They are broken because of fdo #29503 and I need a release now.
-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) \