X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.am;h=8c571d2b6986c10adc3bb2ba1e064b8650fdb749;hb=bc98f50649fe2a742d2872e1d0f7cdc4b2951644;hp=e56cde9e577d774c8b40485dc8c77b38cdc58e30;hpb=dc32dd097ee3b21bb802d9f6290fb4c9299b4ee1;p=mmh diff --git a/Makefile.am b/Makefile.am index e56cde9..8c571d2 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 \ @@ -63,14 +63,14 @@ TESTS = test/ali/test-ali \ test/mhshow/test-subpart test/mhstore/test-mhstore \ test/new/test-basic \ test/pick/test-pick test/pick/test-stderr \ - test/post/test-post-basic test/post/test-post-multiple \ - test/post/test-post-bcc \ + test/post/test-post-aliases test/post/test-post-basic \ + test/post/test-post-multiple test/post/test-post-bcc \ test/post/test-post-dcc test/post/test-post-fcc \ test/post/test-post-multifrom test/post/test-post-envelope \ 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 \