diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-09-04 15:05:35 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-09-06 16:17:57 +0100 |
commit | fbf0e837f7d94667744783d26afe8e2661dd3c92 (patch) | |
tree | 0dca237d07f8944b12be8e3ce55ba3ba88a10b25 /tests/Makefile.am | |
parent | e442e00127d031b9f64c4b9ca203966bc8ec757a (diff) |
tests: add a test for debug domains being set correctly
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 900c2813..cb672df1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,7 +10,8 @@ noinst_PROGRAMS = \ test-heap \ test-internal-debug \ test-intset \ - test-util + test-util \ + test-debug-domain TESTS = $(noinst_PROGRAMS) \ all-errors-documented.py @@ -54,10 +55,16 @@ test_intset_SOURCES = \ test_availability_cmp_SOURCES = \ availability-cmp.c -# this needs to link against the static convenience library so that -# _tp_debug is still visible +test_debug_domain_SOURCES = \ + debug-domain.c + test_internal_debug_SOURCES = \ internal-debug.c + +# this needs to link against the static convenience library so that +# _tp_debug is still visible +test_debug_domain_LDADD = \ + $(top_builddir)/telepathy-glib/libtelepathy-glib-internal.la test_internal_debug_LDADD = \ $(top_builddir)/telepathy-glib/libtelepathy-glib-internal.la |