]> git.0d.be Git - empathy.git/blob - tests/Makefile.am
Merge commit 'cassidy/irc'
[empathy.git] / tests / Makefile.am
1 CLEANFILES=
2
3 include $(top_srcdir)/rules/check.mak
4
5 SUPPRESSIONS=valgrind.supp dlopen.supp
6
7 AM_CPPFLAGS =                                           \
8         -I$(top_srcdir)                                 \
9         $(EMPATHY_CFLAGS)                               \
10         $(WARN_CFLAGS)
11
12 LDADD =                                                         \
13         $(top_builddir)/libempathy-gtk/libempathy-gtk.la        \
14         $(top_builddir)/libempathy/libempathy.la                \
15         $(EMPATHY_LIBS)
16
17 noinst_PROGRAMS =                       \
18         contact-manager
19
20 contact_manager_SOURCES = contact-manager.c
21
22 check_PROGRAMS = check-main
23 TESTS = check-main
24 check_main_SOURCES =                             \
25     check-main.c                                 \
26     check-helpers.c                              \
27     check-helpers.h                              \
28     check-libempathy.h                           \
29     check-empathy-utils.c                        \
30     check-irc-helper.h                           \
31     check-irc-helper.c                           \
32     check-empathy-irc-server.c                   \
33     check-empathy-irc-network.c                  \
34     check-empathy-irc-network-manager.c
35
36 check_main_LDADD = \
37     @CHECK_LIBS@ \
38     $(top_builddir)/libempathy-gtk/libempathy-gtk.la    \
39     $(top_builddir)/libempathy/libempathy.la            \
40     $(AM_LDFLAGS)
41
42 check_main_CFLAGS = \
43     @CHECK_CFLAGS@ \
44     $(AM_CFLAGS)
45