X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=tests%2Fdbus_api%2FMakefile.am;fp=tests%2Fdbus_api%2FMakefile.am;h=28c8a0e0f2370c2d13c94b52e4e61c83218c2c43;hp=0a73dbcf0c81682dfa7d1d3bbb982fe3fdcb2d68;hb=415b29ccfd0dfd4e9d10ad9da305d8e54105872c;hpb=d2154a1eb8e59adbb4e31a511c646a86541f2fe4 diff --git a/tests/dbus_api/Makefile.am b/tests/dbus_api/Makefile.am index 0a73dbc..28c8a0e 100644 --- a/tests/dbus_api/Makefile.am +++ b/tests/dbus_api/Makefile.am @@ -30,6 +30,7 @@ noinst_PROGRAMS = \ test_get_folders \ test_top_application \ test_update_account \ + test_update_folder_counts \ test_open_account \ test_open_edit_accounts_dialog @@ -60,6 +61,9 @@ test_top_application_LDADD = $(objects) test_update_account_SOURCES = test_update_account.c test_update_account_LDADD = $(objects) +test_update_folder_counts_SOURCES = test_update_folder_counts.c +test_update_folder_counts_LDADD = $(objects) + test_open_account_SOURCES = test_open_account.c test_open_account_LDADD = $(objects)