~ubuntu-branches/ubuntu/wily/telepathy-glib/wily

« back to all changes in this revision

Viewing changes to tests/Makefile.am

Tags: upstream-0.9.0
ImportĀ upstreamĀ versionĀ 0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    test-heap \
11
11
    test-internal-debug \
12
12
    test-intset \
13
 
    test-util
 
13
    test-util \
 
14
    test-debug-domain
14
15
 
15
16
TESTS = $(noinst_PROGRAMS) \
16
17
    all-errors-documented.py
54
55
test_availability_cmp_SOURCES = \
55
56
    availability-cmp.c
56
57
 
 
58
test_debug_domain_SOURCES = \
 
59
    debug-domain.c
 
60
 
 
61
test_internal_debug_SOURCES = \
 
62
    internal-debug.c
 
63
 
57
64
# this needs to link against the static convenience library so that
58
65
# _tp_debug is still visible
59
 
test_internal_debug_SOURCES = \
60
 
    internal-debug.c
 
66
test_debug_domain_LDADD = \
 
67
    $(top_builddir)/telepathy-glib/libtelepathy-glib-internal.la
61
68
test_internal_debug_LDADD = \
62
69
    $(top_builddir)/telepathy-glib/libtelepathy-glib-internal.la
63
70
 
66
73
check-local: check-coding-style
67
74
 
68
75
LDADD = \
69
 
    $(top_builddir)/telepathy-glib/libtelepathy-glib.la
 
76
    $(top_builddir)/telepathy-glib/libtelepathy-glib.la \
 
77
    $(GLIB_LIBS)
70
78
 
71
79
AM_CFLAGS = \
72
80
    $(ERROR_CFLAGS) \