]> git.0d.be Git - empathy.git/blob - tests/Makefile.am
rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.c
[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         contact-run-until-ready-2
23
24 contact_manager_SOURCES = contact-manager.c
25 contact_run_until_ready_SOURCES = contact-run-until-ready.c
26 contact_run_until_ready_2_SOURCES = contact-run-until-ready-2.c
27
28 check_PROGRAMS = check-main
29 TESTS = check-main
30 check_main_SOURCES =                             \
31     check-main.c                                 \
32     check-helpers.c                              \
33     check-helpers.h                              \
34     check-libempathy.h                           \
35     check-empathy-utils.c                        \
36     check-irc-helper.h                           \
37     check-irc-helper.c                           \
38     check-empathy-irc-server.c                   \
39     check-empathy-irc-network.c                  \
40     check-empathy-irc-network-manager.c          \
41     check-empathy-chatroom.c                     \
42     check-empathy-chatroom-manager.c
43
44 check_main_LDADD = \
45     @CHECK_LIBS@ \
46     $(top_builddir)/libempathy-gtk/libempathy-gtk.la    \
47     $(top_builddir)/libempathy/libempathy.la            \
48     $(AM_LDFLAGS)
49
50 check_main_CFLAGS = \
51     @CHECK_CFLAGS@ \
52     $(AM_CFLAGS)
53
54 TESTS_ENVIRONMENT = EMPATHY_SRCDIR=@abs_top_srcdir@