X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=tests%2FMakefile.am;h=d7fb8d99040826699dd329415cd825a1d6cb50a9;hp=1c94c489ccc0739df7e875a444225605d1655761;hb=511cee6033e6923fc2970ece17653d991b023841;hpb=d16f291bfe9ea0fe791e348fb6e8c3837b670356 diff --git a/tests/Makefile.am b/tests/Makefile.am index 1c94c48..d7fb8d9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,19 +9,17 @@ TESTS_ENVIRONMENT = top_builddir=$(top_builddir) \ CK_VERBOSITY=verbose TESTS = \ - check_modest-presets \ check_folder-xfer \ check_text-utils \ check_modest-conf \ - check_update_account \ + check_update-account \ check_account-mgr noinst_PROGRAMS= \ check_folder-xfer \ check_modest-conf \ check_text-utils \ - check_modest-presets \ - check_update_account \ + check_update-account \ check_account-mgr INCLUDES=\ @@ -40,21 +38,29 @@ objects=\ $(MODEST_LIBTINYMAIL_MAEMO_LIBS) \ ${top_srcdir}/src/$(MODEST_PLATFORM)/libmodest-ui.la \ ${top_srcdir}/src/widgets/libmodest-widgets.la \ + ${top_srcdir}/src/modest-runtime.o \ + ${top_srcdir}/src/modest-singletons.o \ + ${top_srcdir}/src/modest-tny-account.o \ + ${top_srcdir}/src/modest-tny-msg.o \ + ${top_srcdir}/src/modest-tny-send-queue.o \ + ${top_srcdir}/src/modest-widget-memory.o \ + ${top_srcdir}/src/modest-account-mgr-helpers.o \ + ${top_srcdir}/src/modest-account-mgr-priv.o \ ${top_srcdir}/src/modest-account-mgr.o \ + ${top_srcdir}/src/modest-cache-mgr.o \ ${top_srcdir}/src/modest-conf.o \ - ${top_srcdir}/src/modest-protocol-info.o \ ${top_srcdir}/src/modest-formatter.o \ - ${top_srcdir}/src/modest-presets.o \ - ${top_srcdir}/src/modest-pair.o \ - ${top_srcdir}/src/modest-marshal.o \ - ${top_srcdir}/src/modest-tny-account-store.o \ - ${top_srcdir}/src/modest-tny-platform-factory.o \ + ${top_srcdir}/src/modest-local-folder-info.o \ ${top_srcdir}/src/modest-mail-operation-queue.o \ ${top_srcdir}/src/modest-mail-operation.o \ - ${top_srcdir}/src/modest-tny-msg-actions.o \ - ${top_srcdir}/src/modest-local-folder-info.o \ + ${top_srcdir}/src/modest-marshal.o \ + ${top_srcdir}/src/modest-pair.o \ + ${top_srcdir}/src/modest-protocol-info.o \ + ${top_srcdir}/src/modest-ui-actions.o \ + ${top_srcdir}/src/modest-text-utils.o \ + ${top_srcdir}/src/modest-tny-account-store.o \ ${top_srcdir}/src/modest-tny-folder.o \ - ${top_srcdir}/src/modest-text-utils.o + ${top_srcdir}/src/modest-tny-platform-factory.o check_folder_xfer_SOURCES=\ @@ -73,10 +79,6 @@ check_text_utils_SOURCES=\ check_text-utils.c check_text_utils_LDADD = $(objects) -check_modest_presets_SOURCES=\ - check_modest-presets.c -check_modest_presets_LDADD = $(objects) - check_account_mgr_SOURCES=\ check_account-mgr.c check_account_mgr_LDADD = $(objects)