summaryrefslogtreecommitdiff
path: root/comsat/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-12-08 11:27:14 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-12-08 12:07:27 +0200
commit835ee6b03a098d8566e9b9ba2c22ab2403d41cba (patch)
treef0e71e2e79014df29eeb32c1b513240d6ba46784 /comsat/Makefile.am
parent2cbe825eb999f224ce756510dbd7123bc76ec924 (diff)
downloadmailutils-835ee6b03a098d8566e9b9ba2c22ab2403d41cba.tar.gz
mailutils-835ee6b03a098d8566e9b9ba2c22ab2403d41cba.tar.bz2
comsat: improve tty handling, add testsuite.
* comsat/action.c (need_crlf, _open_tty, open_tty): Moved from comsat.c (open_default_tty): New function. (run_user_action): Take device name as first argument. Reuse wordsplit memory. * comsat/comsat.c (notify_user): Update invocation of run_user_action. * comsat/comsat.h (open_tty): Remove prototype. (run_user_action): Change signature. * configure.ac: Add comsat tests. * comsat/Makefile.am (SUBDIRS): Add tests. * comsat/tests/.gitignore: New file. * comsat/tests/Makefile.am: New file. * comsat/tests/atlocal.in: New file. * comsat/tests/testsuite.at: New file.
Diffstat (limited to 'comsat/Makefile.am')
-rw-r--r--comsat/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index 752aed37d..af34b3a8b 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -16,7 +16,7 @@
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
INCLUDES = @MU_APP_COMMON_INCLUDES@
-
+SUBDIRS = . tests
sbin_PROGRAMS = comsatd
comsatd_SOURCES = action.c comsat.c comsat.h

Return to:

Send suggestions and report system problems to the System administrator.