From: David Levine Date: Tue, 19 Jun 2012 02:49:01 +0000 (-0500) Subject: Moved test-mhmail to its own test directory. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=4c3830a96cdc7f17576d986d440a08ead54bee7a;hp=f064e80eac20967124b9dfc154d24a58de74b623;p=mmh Moved test-mhmail to its own test directory. --- diff --git a/Makefile.am b/Makefile.am index 93516da..970eb60 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,8 +54,8 @@ TESTS = test/bad-input/test-header \ 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/mhbuild/test-forw \ - test/mhlist/test-mhlist test/mhparam/test-mhparam \ - test/mhpath/test-mhpath \ + test/mhlist/test-mhlist test/mhmail/test-mhmail \ + test/mhparam/test-mhparam test/mhpath/test-mhpath \ test/mhshow/test-cte-binary test/mhshow/test-qp \ test/mhshow/test-subpart test/mhstore/test-mhstore \ test/new/test-basic \ @@ -63,7 +63,7 @@ TESTS = test/bad-input/test-header \ test/post/test-post-basic test/post/test-post-multiple \ 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-mhmail \ + test/post/test-post-group \ test/refile/test-refile \ test/repl/test-if-str test/repl/test-trailing-newline \ test/repl/test-multicomp \ diff --git a/test/post/test-mhmail b/test/mhmail/test-mhmail similarity index 100% rename from test/post/test-mhmail rename to test/mhmail/test-mhmail