]> git.0d.be Git - empathy.git/blob - tests/Makefile.am
Updated Basque translation.
[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 EXTRA_DIST =            \
10         test.manager    \
11         test.profile
12
13 AM_CPPFLAGS =                                           \
14         -I$(top_srcdir)                                 \
15         -DPKGDATADIR=\""$(pkgdatadir)"\"                \
16         $(EMPATHY_CFLAGS)                               \
17         $(WARN_CFLAGS)
18
19 LDADD =                                                         \
20         $(top_builddir)/libempathy-gtk/libempathy-gtk.la        \
21         $(top_builddir)/libempathy/libempathy.la                \
22         $(EMPATHY_LIBS)
23
24 noinst_PROGRAMS =                       \
25         contact-manager                 \
26         contact-run-until-ready         \
27         contact-run-until-ready-2       \
28         empetit
29
30 contact_manager_SOURCES = contact-manager.c
31 contact_run_until_ready_SOURCES = contact-run-until-ready.c
32 contact_run_until_ready_2_SOURCES = contact-run-until-ready-2.c
33 empetit_SOURCES = empetit.c
34
35 check_PROGRAMS = check-main
36 TESTS = check-main
37 check_main_SOURCES =                             \
38     check-main.c                                 \
39     check-helpers.c                              \
40     check-helpers.h                              \
41     check-libempathy.h                           \
42     check-empathy-utils.c                        \
43     check-empathy-helpers.h                      \
44     check-empathy-helpers.c                      \
45     check-irc-helper.h                           \
46     check-irc-helper.c                           \
47     check-empathy-irc-server.c                   \
48     check-empathy-irc-network.c                  \
49     check-empathy-irc-network-manager.c          \
50     check-empathy-chatroom.c                     \
51     check-empathy-chatroom-manager.c
52
53 check_main_LDADD = \
54     @CHECK_LIBS@ \
55     $(top_builddir)/libempathy-gtk/libempathy-gtk.la    \
56     $(top_builddir)/libempathy/libempathy.la            \
57     $(AM_LDFLAGS)
58
59 check_main_CFLAGS = \
60     @CHECK_CFLAGS@ \
61     $(AM_CFLAGS)
62
63 TESTS_ENVIRONMENT = EMPATHY_SRCDIR=@abs_top_srcdir@ \
64                     MC_PROFILE_DIR=@abs_top_srcdir@/tests \
65                     MC_MANAGER_DIR=@abs_top_srcdir@/tests