Commit 3e840c28 3e840c28b3a038cf9644e8b1ae97177ef0fc5253 by Sergey Poznyakoff

Added config to test_dirs.

1 parent ba44e0fd
......@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = dejagnu
DEJATOOL = imap4d
RUNTESTFLAGS =
CLEANFILES = *.log
test_dirs = lib imap4d
test_dirs = lib imap4d config
dist-hook:
here=`cd $(top_builddir)/$(subdir) && pwd`; \
......
......@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = dejagnu
DEJATOOL = pop3d
RUNTESTFLAGS =
CLEANFILES = *.log
test_dirs = lib pop3d
test_dirs = config lib pop3d
dist-hook:
here=`cd $(top_builddir)/$(subdir) && pwd`; \
......