Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
38ff0319
...
38ff031904226ea8ccace1a6a9dc8d8b0f6367fe
authored
2011-10-21 12:36:36 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Testsuite: add banners before groups of related tests.
1 parent
f5703c26
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
65 additions
and
7 deletions
libmailutils/tests/address.at
libmailutils/tests/list.at
libmailutils/tests/mailcap.at
libmailutils/tests/prop.at
libmailutils/tests/testsuite.at
libmailutils/tests/url.at
libmailutils/tests/wicket.at
libmailutils/tests/wordsplit.at
mh/tests/ali.at
mh/tests/anno.at
mh/tests/burst.at
mh/tests/comp.at
mh/tests/folder.at
mh/tests/forw.at
mh/tests/inc.at
mh/tests/install-mh.at
mh/tests/mark.at
mh/tests/mhl.at
mh/tests/mhn.at
mh/tests/mhparam.at
mh/tests/mhpath.at
mh/tests/mhseq.at
mh/tests/pick.at
mh/tests/refile.at
mh/tests/repl.at
mh/tests/rmf.at
mh/tests/rmm.at
mh/tests/scan.at
mh/tests/send.at
mh/tests/sortm.at
sieve/tests/testsuite.at
libmailutils/tests/address.at
View file @
38ff031
...
...
@@ -15,6 +15,8 @@
# 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])
...
...
libmailutils/tests/list.at
View file @
38ff031
...
...
@@ -15,6 +15,8 @@
# 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])
...
...
libmailutils/tests/mailcap.at
View file @
38ff031
...
...
@@ -15,6 +15,8 @@
# 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])
...
...
libmailutils/tests/prop.at
View file @
38ff031
...
...
@@ -15,6 +15,8 @@
# 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
...
...
libmailutils/tests/testsuite.at
View file @
38ff031
...
...
@@ -59,13 +59,19 @@ 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])
...
...
libmailutils/tests/url.at
View file @
38ff031
...
...
@@ -15,6 +15,8 @@
# 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])
...
...
libmailutils/tests/wicket.at
View file @
38ff031
...
...
@@ -14,6 +14,8 @@
# 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])
...
...
libmailutils/tests/wordsplit.at
View file @
38ff031
...
...
@@ -15,6 +15,8 @@
# 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])
...
...
mh/tests/ali.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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],[
...
...
mh/tests/anno.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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],[
...
...
mh/tests/burst.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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],[
...
...
mh/tests/comp.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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/tests/folder.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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],[
...
...
mh/tests/forw.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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/tests/inc.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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],[
...
...
mh/tests/install-mh.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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])
...
...
mh/tests/mark.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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],[
...
...
mh/tests/mhl.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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],[
...
...
mh/tests/mhn.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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 -------------------------------------------------------------------
...
...
mh/tests/mhparam.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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],[
...
...
mh/tests/mhpath.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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],[
...
...
mh/tests/mhseq.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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/tests/pick.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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],[
...
...
mh/tests/refile.at
View file @
38ff031
...
...
@@ -14,6 +14,7 @@
# 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],[
...
...
mh/tests/repl.at
View file @
38ff031
...
...
@@ -14,6 +14,8 @@
# 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/tests/rmf.at
View file @
38ff031
...
...
@@ -14,6 +14,8 @@
# 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],[
...
...
mh/tests/rmm.at
View file @
38ff031
...
...
@@ -14,6 +14,8 @@
# 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],[
...
...
mh/tests/scan.at
View file @
38ff031
...
...
@@ -14,6 +14,8 @@
# 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],[
...
...
mh/tests/send.at
View file @
38ff031
...
...
@@ -14,6 +14,8 @@
# 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/tests/sortm.at
View file @
38ff031
...
...
@@ -14,6 +14,8 @@
# 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}'])
...
...
sieve/tests/testsuite.at
View file @
38ff031
...
...
@@ -114,25 +114,35 @@ 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])
...
...
Please
register
or
sign in
to post a comment