Added test for OpenEditAccountsDialog Dbus method
[modest] / tests / dbus_api / Makefile.am
1 INCLUDES=\
2         @CHECK_CFLAGS@ \
3         $(LIBMODEST_DBUS_CLIENT_CFLAGS) \
4         $(MODEST_GSTUFF_CFLAGS)\
5         $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \
6         $(MODEST_LIBTINYMAIL_MAEMO_CFLAGS) \
7         -I$(MODEST_TOOLKIT_DIR) \
8         -I${top_srcdir}/src \
9         -I$(top_srcdir) \
10         -DPREFIX=\"@prefix@\" \
11         -DMODESTLOCALEDIR=\""$(modestlocaledir)"\"
12
13 objects=\
14         @CHECK_LIBS@ \
15         $(LIBMODEST_DBUS_CLIENT_LIBS)
16         $(MODEST_GSTUFF_LIBS) \
17         $(MODEST_PLATFORM_LIBS) \
18         $(MODEST_TOOLKIT_LIBS) \
19         $(MODEST_HILDON_HELP_LIBS) \
20         $(MODEST_HILDON_NOTIFY_LIBS) \
21         $(MODEST_OGS_LIBS) \
22         ${top_srcdir}/libmodest-dbus-client/libmodest-dbus-client-1.0.la
23
24 noinst_PROGRAMS = \
25         test_mail_to \
26         test_open_message   \
27         test_search         \
28         test_delete_message \
29         test_compose_mail \
30         test_open_default_inbox \
31         test_get_folders \
32         test_top_application \
33         test_update_account \
34         test_open_account \
35         test_open_edit_accounts_dialog
36
37 test_mail_to_SOURCES = test_mail_to.c
38 test_mail_to_LDADD = $(objects)
39
40 test_open_message_SOURCES = test_open_message.c
41 test_open_message_LDADD = $(objects)
42
43 test_compose_mail_SOURCES = test_compose_mail.c
44 test_compose_mail_LDADD = $(objects)
45
46 test_search_SOURCES = test_search.c
47 test_search_LDADD = $(objects)
48
49 test_delete_message_SOURCES = test_delete_message.c
50 test_delete_message_LDADD = $(objects)
51
52 test_open_default_inbox_SOURCES = test_open_default_inbox.c
53 test_open_default_inbox_LDADD = $(objects)
54
55 test_get_folders_SOURCES = test_get_folders.c
56 test_get_folders_LDADD = $(objects)
57
58 test_top_application_SOURCES = test_top_application.c
59 test_top_application_LDADD = $(objects)
60
61 test_update_account_SOURCES = test_update_account.c
62 test_update_account_LDADD = $(objects)
63
64 test_open_account_SOURCES = test_open_account.c
65 test_open_account_LDADD = $(objects)
66
67 test_open_edit_accounts_dialog_SOURCES = test_open_edit_accounts_dialog.c
68 test_open_edit_accounts_dialog_LDADD = $(objects)