X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=tests%2FMakefile.am;h=167a1ba93e686292615fce791193d63cb4516c55;hp=15cc3e288ca8c0ee1288c7bd12cc5e711a908de7;hb=7f79f856b98903a92c7861e8bc37d24ad2500049;hpb=635281c7043a6c6d2ab107244dd00b9786c3133f diff --git a/tests/Makefile.am b/tests/Makefile.am index 15cc3e2..167a1ba 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,13 +9,14 @@ TESTS_ENVIRONMENT = top_builddir=$(top_builddir) TESTS = \ check_folder-xfer \ check_update-account \ - check_modest-conf + check_modest-conf \ + check_text-utils noinst_PROGRAMS= \ check_folder-xfer \ check_update-account \ - check_modest-conf - + check_modest-conf \ + check_text-utils INCLUDES=\ @CHECK_CFLAGS@ \ @@ -58,3 +59,7 @@ check_update_account_LDADD = $(objects) check_modest_conf_SOURCES=\ check_modest-conf.c check_modest_conf_LDADD = $(objects) + +check_text_utils_SOURCES=\ + check_text-utils.c +check_text_utils_LDADD = $(objects)