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