summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-10-21 12:36:36 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-10-21 12:36:36 +0300
commit38ff031904226ea8ccace1a6a9dc8d8b0f6367fe (patch)
tree25827b9f45bfc242674ebc7949046fca8ba8d807
parentf5703c2608a90cb12b39a8194c6257f91fc09d65 (diff)
downloadmailutils-38ff031904226ea8ccace1a6a9dc8d8b0f6367fe.tar.gz
mailutils-38ff031904226ea8ccace1a6a9dc8d8b0f6367fe.tar.bz2
Testsuite: add banners before groups of related tests.
-rw-r--r--libmailutils/tests/address.at2
-rw-r--r--libmailutils/tests/list.at2
-rw-r--r--libmailutils/tests/mailcap.at2
-rw-r--r--libmailutils/tests/prop.at2
-rw-r--r--libmailutils/tests/testsuite.at10
-rw-r--r--libmailutils/tests/url.at2
-rw-r--r--libmailutils/tests/wicket.at2
-rw-r--r--libmailutils/tests/wordsplit.at2
-rw-r--r--mh/tests/ali.at1
-rw-r--r--mh/tests/anno.at1
-rw-r--r--mh/tests/burst.at1
-rw-r--r--mh/tests/comp.at1
-rw-r--r--mh/tests/folder.at1
-rw-r--r--mh/tests/forw.at1
-rw-r--r--mh/tests/inc.at1
-rw-r--r--mh/tests/install-mh.at1
-rw-r--r--mh/tests/mark.at1
-rw-r--r--mh/tests/mhl.at1
-rw-r--r--mh/tests/mhn.at1
-rw-r--r--mh/tests/mhparam.at1
-rw-r--r--mh/tests/mhpath.at1
-rw-r--r--mh/tests/mhseq.at1
-rw-r--r--mh/tests/pick.at1
-rw-r--r--mh/tests/refile.at1
-rw-r--r--mh/tests/repl.at2
-rw-r--r--mh/tests/rmf.at2
-rw-r--r--mh/tests/rmm.at2
-rw-r--r--mh/tests/scan.at2
-rw-r--r--mh/tests/send.at2
-rw-r--r--mh/tests/sortm.at2
-rw-r--r--sieve/tests/testsuite.at20
31 files changed, 65 insertions, 7 deletions
diff --git a/libmailutils/tests/address.at b/libmailutils/tests/address.at
index 8e5b03c13..cbf546c00 100644
--- a/libmailutils/tests/address.at
+++ b/libmailutils/tests/address.at
@@ -12,12 +12,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(Email address)
+
dnl ------------------------------------------------------------
dnl TESTADDR(ADDR, [KW = `'], [STATUS = `0'], [STDOUT = `'],
dnl [STDERR = `'], [RUN-IF-FAIL], [RUN-IF-PASS])
dnl
m4_define([TESTADDR],[
AT_SETUP([Address: [$1]])
diff --git a/libmailutils/tests/list.at b/libmailutils/tests/list.at
index 393c4fab4..eab485b97 100644
--- a/libmailutils/tests/list.at
+++ b/libmailutils/tests/list.at
@@ -12,12 +12,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(List)
+
dnl ------------------------------------------------------------
dnl TESTLIST([NAME], [KW = `'], [INPUT], [STDOUT = `'],
dnl [STDERR = `'], [RUN-IF-FAIL], [RUN-IF-PASS])
dnl
m4_pushdef([TESTLIST],[
m4_pushdef([MU_TEST_KEYWORDS],[list])
diff --git a/libmailutils/tests/mailcap.at b/libmailutils/tests/mailcap.at
index a9a9baf93..b16dfc3c0 100644
--- a/libmailutils/tests/mailcap.at
+++ b/libmailutils/tests/mailcap.at
@@ -12,12 +12,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(Mailcap)
+
dnl ------------------------------------------------------------
dnl MAILCAP([NAME], [KW = `'], [INPUT], [STDOUT = `'],
dnl [STDERR = `'], [RUN-IF-FAIL], [RUN-IF-PASS])
dnl
m4_pushdef([MAILCAP],[
diff --git a/libmailutils/tests/prop.at b/libmailutils/tests/prop.at
index c87717d21..74ad13a65 100644
--- a/libmailutils/tests/prop.at
+++ b/libmailutils/tests/prop.at
@@ -12,12 +12,14 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
# This file is part of Mailfromd testsuite.
+AT_BANNER(Property)
+
dnl ------------------------------------------------------------------
dnl TESTPROP([NAME], [KW = `'], [PROG], [STDOUT = `'], [STDERR = `'])
dnl
m4_pushdef([TESTPROP],[
AT_SETUP([prop: $1])
AT_KEYWORDS([prop $2])
diff --git a/libmailutils/tests/testsuite.at b/libmailutils/tests/testsuite.at
index 46629dd4d..31b082108 100644
--- a/libmailutils/tests/testsuite.at
+++ b/libmailutils/tests/testsuite.at
@@ -56,18 +56,24 @@ AT_INIT
m4_include([list.at])
m4_include([address.at])
m4_include([wordsplit.at])
m4_include([url.at])
m4_include([mailcap.at])
+m4_include([wicket.at])
+m4_include([prop.at])
+
+AT_BANNER(Base64)
m4_include([base64e.at])
m4_include([base64d.at])
+
+AT_BANNER(RFC 2047)
m4_include([decode2047.at])
m4_include([encode2047.at])
+
+AT_BANNER(Filters)
m4_include([fromflt.at])
-m4_include([wicket.at])
-m4_include([prop.at])
m4_include([inline-comment.at])
m4_include([hdrflt.at])
m4_include([linecon.at])
m4_include([debugspec.at])
diff --git a/libmailutils/tests/url.at b/libmailutils/tests/url.at
index c0669e2aa..bfb8db634 100644
--- a/libmailutils/tests/url.at
+++ b/libmailutils/tests/url.at
@@ -12,12 +12,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(URL)
+
dnl ------------------------------------------------------------
dnl TESTURL([NAME], [KW = `'], [INPUT], [STDOUT = `'],
dnl [STDERR = `'], [RUN-IF-FAIL], [RUN-IF-PASS])
dnl
m4_pushdef([URL_PARSE_OPTIONS])
diff --git a/libmailutils/tests/wicket.at b/libmailutils/tests/wicket.at
index e049ebe99..9b1fb3cec 100644
--- a/libmailutils/tests/wicket.at
+++ b/libmailutils/tests/wicket.at
@@ -11,12 +11,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(Wicket)
+
dnl ------------------------------------------------------------
dnl TESTWICKET(URL, [KW = `'], [STDOUT = `'],
dnl [STDERR = `'], [RUN-IF-FAIL], [RUN-IF-PASS])
dnl
m4_pushdef([TESTWICKET],[
AT_SETUP([Wicket: [$1]])
diff --git a/libmailutils/tests/wordsplit.at b/libmailutils/tests/wordsplit.at
index bedb51fb3..8625f9538 100644
--- a/libmailutils/tests/wordsplit.at
+++ b/libmailutils/tests/wordsplit.at
@@ -12,12 +12,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(Wordsplit)
+
dnl ------------------------------------------------------------
dnl TESTWSP([NAME], [KW = `'], [OPTS], [INPUT], [STDOUT = `'],
dnl [STDERR = `'], [ENV])
dnl
m4_pushdef([TESTWSP],[
m4_pushdef([MU_TEST_GROUP],[Wordsplit])
diff --git a/mh/tests/ali.at b/mh/tests/ali.at
index 8b640c7ee..4686aa8a2 100644
--- a/mh/tests/ali.at
+++ b/mh/tests/ali.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(ali)
m4_pushdef([MH_KEYWORDS],[ali])
MH_CHECK([ali: simple aliases],[ali00],[
AT_DATA([mh_aliases],[
devel: gray, polak
admin: gray, jeff
diff --git a/mh/tests/anno.at b/mh/tests/anno.at
index 3256f6b70..25bed0911 100644
--- a/mh/tests/anno.at
+++ b/mh/tests/anno.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(anno)
m4_pushdef([MH_KEYWORDS],[anno])
MH_CHECK([anno],[anno00],[
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
echo "Current-Folder: inbox" > Mail/context
echo "cur: 1" > Mail/inbox/.mh_sequences
diff --git a/mh/tests/burst.at b/mh/tests/burst.at
index f244fdff5..302688cac 100644
--- a/mh/tests/burst.at
+++ b/mh/tests/burst.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(burst)
m4_pushdef([MH_KEYWORDS],[burst])
MH_CHECK([burst digest],[burst00 burst-digest],[
mkdir Mail/inbox
AT_DATA([Mail/inbox/1],
[From: Sergey Poznyakoff <gray@example.net>
diff --git a/mh/tests/comp.at b/mh/tests/comp.at
index 30af5710e..b264f2532 100644
--- a/mh/tests/comp.at
+++ b/mh/tests/comp.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(comp)
m4_pushdef([MH_KEYWORDS],[comp])
m4_pushdef([compcmd],[comp -editor $abs_top_srcdir/mh/tests/mhed])
MH_CHECK([comp -file],[comp00 comp-file],[
echo quit | compcmd -file ./infile | remove_curdir | sed 's/ *$//'
sed 's/ *$//' infile
diff --git a/mh/tests/folder.at b/mh/tests/folder.at
index 6b616aaae..a63720083 100644
--- a/mh/tests/folder.at
+++ b/mh/tests/folder.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(folder)
m4_pushdef([MH_KEYWORDS],[folder])
MH_CHECK([folder],[folder00 folder-print],[
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/teaparty,[Mail])
echo 'Current-Folder: inbox' > Mail/context
diff --git a/mh/tests/forw.at b/mh/tests/forw.at
index cd8ad7377..29f83b783 100644
--- a/mh/tests/forw.at
+++ b/mh/tests/forw.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(forw)
m4_pushdef([MH_KEYWORDS],[forw])
m4_pushdef([forwcmd],[forw -editor $abs_top_srcdir/mh/tests/mhed])
MH_CHECK([forw msg],[forw00 forw-msg],[
mkdir Mail/inbox
AT_DATA([Mail/inbox/1],[From: gray
diff --git a/mh/tests/inc.at b/mh/tests/inc.at
index 1003acd3f..83a651a56 100644
--- a/mh/tests/inc.at
+++ b/mh/tests/inc.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(inc)
m4_pushdef([MH_KEYWORDS],[inc])
MH_CHECK([inc -notruncate],[inc00 inc-notruncate],[
MUT_MBCOPY([$abs_top_srcdir/testsuite/spool/mbox1])
inc -notruncate -file ./mbox1 | sed 's/ *$//'
cmp $abs_top_srcdir/testsuite/spool/mbox1 mbox1
diff --git a/mh/tests/install-mh.at b/mh/tests/install-mh.at
index e5be71724..9853f01c4 100644
--- a/mh/tests/install-mh.at
+++ b/mh/tests/install-mh.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(install-mh)
AT_SETUP([install-mh -auto])
AT_KEYWORDS([install-mh install-mh00])
AT_CHECK([
mkdir home
dir=`cd home; pwd`
diff --git a/mh/tests/mark.at b/mh/tests/mark.at
index 531c3558c..3646e6c40 100644
--- a/mh/tests/mark.at
+++ b/mh/tests/mark.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(mark)
m4_pushdef([MH_KEYWORDS],[mark])
MH_CHECK([mark -add],[mark00 mark-add],[
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
echo 'Current-Folder: inbox' > Mail/context
mark -sequence andro -add 2
diff --git a/mh/tests/mhl.at b/mh/tests/mhl.at
index c136a663b..501c8afa9 100644
--- a/mh/tests/mhl.at
+++ b/mh/tests/mhl.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(mhl)
m4_pushdef([MH_KEYWORDS],[mhl])
MH_CHECK([mhl],[mhl00],[
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/teaparty,[Mail/inbox],[700])
mhl -form mhl.format Mail/inbox/2
],
diff --git a/mh/tests/mhn.at b/mh/tests/mhn.at
index 95caed9b4..d55d4e73c 100644
--- a/mh/tests/mhn.at
+++ b/mh/tests/mhn.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(mhn)
m4_pushdef([MH_KEYWORDS],[mhn])
dnl -------------------------------------------------------------------
dnl 1. List mode
dnl -------------------------------------------------------------------
diff --git a/mh/tests/mhparam.at b/mh/tests/mhparam.at
index 9720dd0ea..6d40e8a81 100644
--- a/mh/tests/mhparam.at
+++ b/mh/tests/mhparam.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(mhparam)
m4_pushdef([MH_KEYWORDS],[mhparam])
MH_CHECK([mhparam -all],[mhparam00 mhparam-all],[
cat >>$MH <<EOT
Sequence-Negation: not
Draft-Folder: Mail/drafts
diff --git a/mh/tests/mhpath.at b/mh/tests/mhpath.at
index 57b8fd528..439d00fe7 100644
--- a/mh/tests/mhpath.at
+++ b/mh/tests/mhpath.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(mhpath)
m4_pushdef([MH_KEYWORDS],[mhpath])
MH_CHECK([mhpath],[mhpath00],[
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
echo 'Current-Folder: inbox' > Mail/context
mhpath | remove_curdir
diff --git a/mh/tests/mhseq.at b/mh/tests/mhseq.at
index 8ca1596b8..ed5ca8fb2 100644
--- a/mh/tests/mhseq.at
+++ b/mh/tests/mhseq.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(mhseq)
m4_pushdef([MH_KEYWORDS],[mhseq mh-sequences])
dnl ---------------------------------------------------------------
MH_CHECK([mhseq: existing message number],[mhseq00],[
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox],[700])
diff --git a/mh/tests/pick.at b/mh/tests/pick.at
index b6efebd9f..726b4bdb3 100644
--- a/mh/tests/pick.at
+++ b/mh/tests/pick.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(pick)
m4_pushdef([MH_KEYWORDS],[pick])
MH_CHECK([pick -from],[pick00 pick-from],[
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/teaparty,[Mail/inbox])
echo "Current-Folder: inbox" > Mail/context
echo "cur: 1" > Mail/inbox/.mh_sequences
diff --git a/mh/tests/refile.at b/mh/tests/refile.at
index e8a35c8bd..17d8568bc 100644
--- a/mh/tests/refile.at
+++ b/mh/tests/refile.at
@@ -11,12 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(refile)
m4_pushdef([MH_KEYWORDS],[refile])
MH_CHECK([refile],[refile00],[
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/teaparty,[Mail/teaparty])
echo 'Current-Folder: teaparty' > Mail/context
diff --git a/mh/tests/repl.at b/mh/tests/repl.at
index d3879e02f..a70a4da8b 100644
--- a/mh/tests/repl.at
+++ b/mh/tests/repl.at
@@ -11,12 +11,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(repl)
+
m4_pushdef([MH_KEYWORDS],[repl])
m4_pushdef([replcmd],[repl dnl
-editor $abs_top_srcdir/mh/tests/mhed])
MH_CHECK([repl msg],[repl00 repl-msg],[
mkdir Mail/inbox
diff --git a/mh/tests/rmf.at b/mh/tests/rmf.at
index 34b864cc4..c348e0fff 100644
--- a/mh/tests/rmf.at
+++ b/mh/tests/rmf.at
@@ -11,12 +11,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(rmf)
+
m4_pushdef([MH_KEYWORDS],[rmf])
MH_CHECK([rmf +folder],[rmf00 rmf+folder],[
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/teaparty,[Mail])
echo 'Current-Folder: inbox' > Mail/context
diff --git a/mh/tests/rmm.at b/mh/tests/rmm.at
index 310cd39e4..1977532d3 100644
--- a/mh/tests/rmm.at
+++ b/mh/tests/rmm.at
@@ -11,12 +11,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(rmm)
+
m4_pushdef([MH_KEYWORDS],[rmm])
MH_CHECK([rmm msg],[rmm00 rmm-msg],[
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
echo 'Current-Folder: inbox' > Mail/context
rmm 4 || exit $?
diff --git a/mh/tests/scan.at b/mh/tests/scan.at
index a5aabffc2..782f99646 100644
--- a/mh/tests/scan.at
+++ b/mh/tests/scan.at
@@ -11,12 +11,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(scan)
+
m4_pushdef([MH_KEYWORDS],[scan])
MH_CHECK([scan],[scan00],[
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox],[700])
echo "Current-Folder: inbox" > Mail/context
scan | sed 's/ *$//'
diff --git a/mh/tests/send.at b/mh/tests/send.at
index ad5154d70..e9a405d60 100644
--- a/mh/tests/send.at
+++ b/mh/tests/send.at
@@ -11,12 +11,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(send)
+
m4_pushdef([MH_KEYWORDS],[send])
MH_CHECK([send file],[send00 send-file],[
MH_MTSTAILOR()
AT_DATA([input],
[From: mhtester@example.net
diff --git a/mh/tests/sortm.at b/mh/tests/sortm.at
index c0af3bb94..bdf2f8cc1 100644
--- a/mh/tests/sortm.at
+++ b/mh/tests/sortm.at
@@ -11,12 +11,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
+AT_BANNER(sortm)
+
m4_pushdef([MH_KEYWORDS],[sortm])
m4_pushdef([scancmd],[scan -format '%4(msg)%<(cur)+%| %> %02(mon{date})/%02(mday{date}) %24(friendly{from}) %{subject}'])
MH_CHECK([sortm -textfield],[sortm00 sortm-textfield],[
MUT_MBCOPY($abs_top_srcdir/testsuite/mh/teaparty,[Mail])
echo "cur: 11" > Mail/teaparty/.mh_sequences
diff --git a/sieve/tests/testsuite.at b/sieve/tests/testsuite.at
index d2c44260d..c5bceae30 100644
--- a/sieve/tests/testsuite.at
+++ b/sieve/tests/testsuite.at
@@ -111,31 +111,41 @@ AT_CLEANUP])
AT_INIT
AT_TESTED([sieve])
m4_include([version.at])
+
+AT_BANNER(Compilation)
m4_include([compile.at])
+
+AT_BANNER(Actions)
m4_include([false.at])
m4_include([true.at])
m4_include([not.at])
m4_include([action.at])
+m4_include([redirect.at])
+m4_include([reject.at])
+
+AT_BANNER(Tests)
m4_include([address.at])
m4_include([allof.at])
m4_include([anyof.at])
m4_include([envelope.at])
m4_include([exists.at])
m4_include([header.at])
+m4_include([relational.at])
+m4_include([size.at])
+m4_include([mul-addr.at])
+
+AT_BANNER(Comparators)
m4_include([i-casemap.at])
m4_include([i-numeric.at])
m4_include([i-octet.at])
-m4_include([mul-addr.at])
-m4_include([relational.at])
-m4_include([size.at])
-m4_include([redirect.at])
-m4_include([reject.at])
+
+AT_BANNER(Extensions)
m4_include([ext.at])
m4_include([moderator.at])
m4_include([pipeact.at])
m4_include([pipetest.at])
m4_include([list.at])

Return to:

Send suggestions and report system problems to the System administrator.