summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-11 13:44:32 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-11 13:44:32 +0200
commit86e753bf8a16d72f25fa678e4980433c2fe12aa9 (patch)
treeda98da0089c9bbfefee3326d5cbd0708cffac565
parent3dc641c316ef08fecf891d60b5b4551f7f346c3f (diff)
downloadtelepathy-logger-86e753bf8a16d72f25fa678e4980433c2fe12aa9.tar.gz
Revert "Remove tests using GSettings for now"
This reverts commit 3dc641c316ef08fecf891d60b5b4551f7f346c3f.
-rw-r--r--tests/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2a466da..47214ad 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,8 +10,11 @@ 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 = \
@@ -19,6 +22,14 @@ 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) \