summaryrefslogtreecommitdiff
path: root/imap4d/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-11-28 17:17:06 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2011-11-28 18:42:24 +0200
commit759cf45adacfe54b505ad7deebf3e54602ce46f0 (patch)
tree22051e699d5711183da1644857678d946f976fa7 /imap4d/Makefile.am
parentfb32f8895aaedc58873dca5eb368c07e978df461 (diff)
downloadmailutils-759cf45adacfe54b505ad7deebf3e54602ce46f0.tar.gz
mailutils-759cf45adacfe54b505ad7deebf3e54602ce46f0.tar.bz2
imap4d: reimplement fetch tests in Autotest. Remove DejaGNU-based testsuite.
* configure.ac: Update. * imap4d/Makefile.am (SUBDIRS): Remove testsuite. * imap4d/fetch.c (fetch_thunk): Add a FIXME reference. * imap4d/tests/fetch.at: New file. * imap4d/tests/Makefile.am (TESTSUITE_AT): Add fetch.at * imap4d/tests/testsuite.at: Include fetch.at * imap4d/tests/atlocal.in (fixup_tz): New filter. * imap4d/tests/Makefile.am (EXTRA_DIST): Remove unexisting file. * imap4d/testsuite: Remove
Diffstat (limited to 'imap4d/Makefile.am')
-rw-r--r--imap4d/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap4d/Makefile.am b/imap4d/Makefile.am
index 69555fc45..2790e3fab 100644
--- a/imap4d/Makefile.am
+++ b/imap4d/Makefile.am
@@ -16,7 +16,7 @@
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
INCLUDES = @MU_APP_COMMON_INCLUDES@ @MU_AUTHINCS@ @SERV_AUTHINCS@
-SUBDIRS = tests testsuite
+SUBDIRS = tests
sbin_PROGRAMS = imap4d

Return to:

Send suggestions and report system problems to the System administrator.