summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorbwarsaw2006-05-18 13:04:26 +0000
committerbwarsaw2006-05-18 13:04:26 +0000
commitcc6f8eab8283680546216564cfffbb5ded5d52fd (patch)
tree19f685b4ac1e9a4fa4e1b4258d351fa55978e2d8 /configure.in
parentfaa8b0fa87ab3bf276154f9a932055a3af3321ff (diff)
downloadmailman-cc6f8eab8283680546216564cfffbb5ded5d52fd.tar.gz
mailman-cc6f8eab8283680546216564cfffbb5ded5d52fd.tar.zst
mailman-cc6f8eab8283680546216564cfffbb5ded5d52fd.zip
Reorganize the unit test infrastructure, so that tests live inside the
Mailman top level package. Rewrote the test runner and stuck it in bin (as an mmshell symlink). bin/testall now autodetects tests and allows running a subset of tests via regular expression filtering. I also fixed all the tests so they all pass now, with the exception of test_message.py tests. These still doesn't work because of coordination issues between its smtpd-based reader and SMTPDirect, but... I have a plan (mwah, ha, ha! :) I also fixed a code update bug in Decorate.py
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e50a3ad6e..3cd34d5aa 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
dnl Process this file with autoconf to produce a configure script.
-AC_REVISION($Revision: 7897 $)
+AC_REVISION($Revision: 7899 $)
AC_PREREQ(2.0)
AC_INIT([GNU Mailman], [2.2.0a0])
@@ -648,7 +648,8 @@ AC_OUTPUT([misc/paths.py Mailman/Defaults.py Mailman/mm_cfg.py.dist
Mailman/Queue/Makefile Mailman/MTA/Makefile Mailman/Gui/Makefile
templates/Makefile cron/Makefile scripts/Makefile messages/Makefile
cron/crontab.in misc/mailman Makefile
- tests/Makefile tests/bounces/Makefile tests/msgs/Makefile
+ Mailman/testing/Makefile Mailman/testing/bounces/Makefile
+ tests/Makefile tests/msgs/Makefile
$SCRIPTS],
echo "configuration completed at" `date`)