~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2008-03-10 16:39:07 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080310163907-tv41g2zmf0qqgi85
Tags: 0.22.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = xml
 
2
 
1
3
CLEANFILES=
2
4
 
3
5
include $(top_srcdir)/rules/check.mak
26
28
    check-helpers.c                              \
27
29
    check-helpers.h                              \
28
30
    check-libempathy.h                           \
29
 
    check-empathy-utils.c
 
31
    check-empathy-utils.c                        \
 
32
    check-irc-helper.h                           \
 
33
    check-irc-helper.c                           \
 
34
    check-empathy-irc-server.c                   \
 
35
    check-empathy-irc-network.c                  \
 
36
    check-empathy-irc-network-manager.c
30
37
 
31
38
check_main_LDADD = \
32
39
    @CHECK_LIBS@ \
38
45
    @CHECK_CFLAGS@ \
39
46
    $(AM_CFLAGS)
40
47
 
 
48
TESTS_ENVIRONMENT = EMPATHY_SRCDIR=@abs_top_srcdir@