summaryrefslogtreecommitdiff
path: root/mda/tests/testsuite.at
diff options
context:
space:
mode:
Diffstat (limited to 'mda/tests/testsuite.at')
-rw-r--r--mda/tests/testsuite.at33
1 files changed, 33 insertions, 0 deletions
diff --git a/mda/tests/testsuite.at b/mda/tests/testsuite.at
new file mode 100644
index 000000000..aa7e59759
--- /dev/null
+++ b/mda/tests/testsuite.at
@@ -0,0 +1,33 @@
+# This file is part of GNU Mailutils. -*- Autotest -*-
+# Copyright (C) 2010-2019 Free Software Foundation, Inc.
+#
+# GNU Mailutils is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 3, or (at
+# your option) any later version.
+#
+# GNU Mailutils is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# 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/>.
+
+m4_include([testsuite.inc])
+
+m4_define([MDA_OPTIONS],[dnl
+MUT_DEFAULT_OPTIONS dnl
+--set '|mailbox|mailbox-pattern='`pwd`/spool/'${user}' dnl
+--set .auth.authorization=system])
+
+AT_INIT
+AT_TESTED([lmtpd])
+MUT_VERSION(lmtpd)
+m4_include([lmtpd.at])
+
+AT_TESTED([putmail])
+MUT_VERSION(putmail)
+m4_include([putmail.at])
+
+

Return to:

Send suggestions and report system problems to the System administrator.