X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=tests%2FMakefile.am;h=ac98936efa08f28b038220f781e4f765b6ba1ddc;hp=e672d200d339d897a55a84bda6a764465ea63db5;hb=537dbe16313dc2a78d83d772d5d81bcbd0432722;hpb=d3b17a4b2242d739dacc324dd75a80193cefade5 diff --git a/tests/Makefile.am b/tests/Makefile.am index e672d20..ac98936 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,6 +2,9 @@ # Makefile.am # +SUBDIRS = dbus_api + +# TODO: Why is this line here? MAINTAINERCLEANFILES = Makefile.in TESTS_ENVIRONMENT = top_builddir=$(top_builddir) \ @@ -9,58 +12,43 @@ TESTS_ENVIRONMENT = top_builddir=$(top_builddir) \ CK_VERBOSITY=verbose TESTS = \ - check_folder-xfer \ check_text-utils \ check_modest-conf \ check_update-account \ + check_modest-utils \ check_account-mgr noinst_PROGRAMS= \ check_folder-xfer \ check_modest-conf \ check_text-utils \ + check_modest-utils \ check_update-account \ check_account-mgr INCLUDES=\ @CHECK_CFLAGS@ \ $(MODEST_GSTUFF_CFLAGS)\ + $(MODEST_PLATFORM_CFLAGS)\ + $(MODEST_TOOLKIT_CFLAGS)\ + $(MODEST_PLUGIN_DEFINES)\ $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \ $(MODEST_LIBTINYMAIL_MAEMO_CFLAGS) \ - -I$(MODEST_PLATFORM) \ + -I${top_srcdir}/src/$(MODEST_TOOLKIT_DIR) \ -I${top_srcdir}/src \ -DPREFIX=\"@prefix@\" \ -DMODESTLOCALEDIR=\""$(modestlocaledir)"\" objects=\ @CHECK_LIBS@ \ $(MODEST_GSTUFF_LIBS) \ + $(MODEST_PLATFORM_LIBS) \ + $(MODEST_TOOLKIT_LIBS) \ $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS) \ $(MODEST_LIBTINYMAIL_MAEMO_LIBS) \ - ${top_srcdir}/src/$(MODEST_PLATFORM)/libmodest-ui.la \ + ${top_srcdir}/src/$(MODEST_TOOLKIT_DIR)/libmodest-ui.la \ ${top_srcdir}/src/widgets/libmodest-widgets.la \ - ${top_srcdir}/src/modest-account-mgr.o \ - ${top_srcdir}/src/modest-account-mgr-helpers.o \ - ${top_srcdir}/src/modest-account-mgr-priv.o \ - ${top_srcdir}/src/modest-conf.o \ - ${top_srcdir}/src/modest-cache-mgr.o \ - ${top_srcdir}/src/modest-protocol-info.o \ - ${top_srcdir}/src/modest-formatter.o \ - ${top_srcdir}/src/modest-runtime.o \ - ${top_srcdir}/src/modest-singletons.o \ - ${top_srcdir}/src/modest-pair.o \ - ${top_srcdir}/src/modest-marshal.o \ - ${top_srcdir}/src/modest-widget-memory.o \ - ${top_srcdir}/src/modest-icon-factory.o \ - ${top_srcdir}/src/modest-tny-account-store.o \ - ${top_srcdir}/src/modest-tny-platform-factory.o \ - ${top_srcdir}/src/modest-widget-factory.o \ - ${top_srcdir}/src/modest-mail-operation-queue.o \ - ${top_srcdir}/src/modest-mail-operation.o \ - ${top_srcdir}/src/modest-tny-account.o \ - ${top_srcdir}/src/modest-tny-msg.o \ - ${top_srcdir}/src/modest-local-folder-info.o \ - ${top_srcdir}/src/modest-tny-folder.o \ - ${top_srcdir}/src/modest-text-utils.o + ${top_srcdir}/src/dbus_api/libmodest-dbus-api.la \ + ${top_srcdir}/src/libmodest.la check_folder_xfer_SOURCES=\ @@ -75,6 +63,10 @@ check_modest_conf_SOURCES=\ check_modest-conf.c check_modest_conf_LDADD = $(objects) +check_modest_utils_SOURCES=\ + check_modest-utils.c +check_modest_utils_LDADD = $(objects) + check_text_utils_SOURCES=\ check_text-utils.c check_text_utils_LDADD = $(objects)