aboutsummaryrefslogblamecommitdiffstats
path: root/tests/Makefile.am
blob: c72173818fb59c50dd5f1d15b8125d38232c4e8b (plain) (tree)
1
2
3
4
5
6





                                      









                                                                 
                                         



                                           


















                                                         
CLEANFILES=

include $(top_srcdir)/rules/check.mak

SUPPRESSIONS=valgrind.supp dlopen.supp

AM_CPPFLAGS =                       \
    -I$(top_srcdir)                             \
    $(EMPATHY_CFLAGS)               \
    $(WARN_CFLAGS)

LDADD =                             \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la    \
    $(top_builddir)/libempathy/libempathy.la        \
    $(EMPATHY_LIBS)

noinst_PROGRAMS =           \
    contact-manager

contact_manager_SOURCES = contact-manager.c

check_PROGRAMS = check-main
TESTS = check-main
check_main_SOURCES =                             \
    check-main.c                                 \
    check-helpers.c                              \
    check-helpers.h                              \
    check-libempathy.h                           \
    check-empathy-utils.c

check_main_LDADD = \
    @CHECK_LIBS@ \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la    \
    $(top_builddir)/libempathy/libempathy.la        \
    $(AM_LDFLAGS)

check_main_CFLAGS = \
    @CHECK_CFLAGS@ \
    $(AM_CFLAGS)