X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=tests%2FMakefile.am;h=ac98936efa08f28b038220f781e4f765b6ba1ddc;hp=9469e5013dac0581bae10861b0d94a574283bbd5;hb=537dbe16313dc2a78d83d772d5d81bcbd0432722;hpb=cdd7a6d4dad11f659c34d0d3841b79a01f21d0e8 diff --git a/tests/Makefile.am b/tests/Makefile.am index 9469e50..ac98936 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,12 +15,14 @@ TESTS = \ 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 @@ -61,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)