X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.am;h=6d15d9fe4d4905bcddbff1b5ef8e0040c104f7a0;hb=59ae7b80f479fd5d406cd549f7740849bdc76dc0;hp=e56cde9e577d774c8b40485dc8c77b38cdc58e30;hpb=dc32dd097ee3b21bb802d9f6290fb4c9299b4ee1;p=mmh diff --git a/Makefile.am b/Makefile.am index e56cde9..6d15d9f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,10 +42,10 @@ TESTS_ENVIRONMENT = MH_OBJ_DIR="@abs_builddir@" \ ## ## Important note: the "cleanup" test should always be last ## -TESTS = test/ali/test-ali \ +TESTS = test/ali/test-ali test/anno/test-anno \ test/bad-input/test-header \ test/burst/test-burst \ - test/comp/test-comp-format \ + test/comp/test-comp-format test/dist/test-dist \ test/folder/test-create test/folder/test-packf \ test/folder/test-recurse test/folder/test-sortm \ test/folder/test-total \ @@ -54,8 +54,8 @@ TESTS = test/ali/test-ali \ test/format/test-myhost test/format/test-mymbox \ test/forw/test-forw-digest test/forw/test-forw-format \ test/inc/test-deb359167 test/inc/test-eom-align \ - test/inc/test-inc-scanout test/install-mh/test-install-mh \ - test/manpages/test-manpages \ + test/inc/test-inc-scanout test/inc/test-msgchk \ + test/install-mh/test-install-mh test/manpages/test-manpages \ test/mhbuild/test-forw test/mhbuild/test-utf8-body \ test/mhlist/test-mhlist test/mhmail/test-mhmail \ test/mhparam/test-mhparam test/mhpath/test-mhpath \ @@ -70,7 +70,7 @@ TESTS = test/ali/test-ali \ test/post/test-post-group test/post/test-mts test/post/test-messageid \ test/prompter/test-prompter \ test/rcv/test-rcvdist test/rcv/test-rcvpack test/rcv/test-rcvstore \ - test/refile/test-refile \ + test/rcv/test-rcvtty test/refile/test-refile \ test/repl/test-if-str test/repl/test-trailing-newline \ test/repl/test-multicomp test/repl/test-repl \ test/scan/test-scan test/scan/test-scan-multibyte \