Changeset 1950
- Timestamp:
- 05/14/07 16:59:30
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/tests/functional/Makefile.am (modified) (2 diffs)
- trunk/tests/functional/account-refresh.c (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r1947 r1950 1 2007-05-14 Sergio Villar Senin <svillar@igalia.com> 2 3 * tests/functional/account-refresh.c: added this new test that 4 refreshes all the subscribed folders of an store account inside a 5 different thread 6 1 7 2007-05-14 Murray Cumming <murrayc@murrayc.com> 2 8 trunk/tests/functional/Makefile.am
r1730 r1950 16 16 endif 17 17 18 bin_PROGRAMS = folder-lister folder-lister-async msg-transfer msg-sender anything folder-transfer 18 bin_PROGRAMS = folder-lister folder-lister-async msg-transfer msg-sender anything folder-transfer account-refresh 19 19 20 20 anything_SOURCES = anything.c … … 71 71 $(top_builddir)/libtinymail-camel/libtinymail-camel-$(API_VERSION).la \ 72 72 $(top_builddir)/tests/shared/libtestsshared.a 73 74 account_refresh_SOURCES = account-refresh.c 75 account_refresh_LDADD = \ 76 $(TINYMAIL_LIBS) $(LIBTINYMAIL_GNOME_DESKTOP_LIBS) \ 77 $(top_builddir)/libtinymail/libtinymail-$(API_VERSION).la \ 78 $(top_builddir)/libtinymailui/libtinymailui-$(API_VERSION).la \ 79 $(top_builddir)/libtinymailui-gtk/libtinymailui-gtk-$(API_VERSION).la \ 80 $(top_builddir)/libtinymail-camel/libtinymail-camel-$(API_VERSION).la \ 81 $(top_builddir)/tests/shared/libtestsshared.a
