summaryrefslogtreecommitdiff
path: root/libmailutils/tests/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-01-19 13:11:27 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-01-19 13:16:18 +0200
commitaf06135f2e383ed76107e4e4aa8c866e515c40e4 (patch)
treedd254b966691708dd5801b02b860475fce8119c3 /libmailutils/tests/Makefile.am
parent9ba835fbb5a937735f51925c2170bbc748820fcf (diff)
downloadmailutils-af06135f2e383ed76107e4e4aa8c866e515c40e4.tar.gz
mailutils-af06135f2e383ed76107e4e4aa8c866e515c40e4.tar.bz2
Add tests for mu_str_expand and mu_str_vexpand functions
* libmailutils/string/expvar.c (exp_shell): Fix out-of-buffer read when used without arguments. (mu_str_expand): Improve error handling. * libmailutils/tests/testsuite.at (MU_GENERIC_TEST_CMD): New macro. Include exp.at * libmailutils/tests/vexp.c: New file. * libmailutils/tests/Makefile.am: Build vexp. Add exp.at * libmailutils/tests/exp.at: New file.
Diffstat (limited to 'libmailutils/tests/Makefile.am')
-rw-r--r--libmailutils/tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmailutils/tests/Makefile.am b/libmailutils/tests/Makefile.am
index b31b5ac79..4c6b2f3e5 100644
--- a/libmailutils/tests/Makefile.am
+++ b/libmailutils/tests/Makefile.am
@@ -70,6 +70,7 @@ noinst_PROGRAMS = \
tcli\
url-comp\
url-parse\
+ vexp\
wicket\
wordwrap\
wsp
@@ -89,6 +90,7 @@ TESTSUITE_AT = \
debugspec.at\
decode2047.at\
encode2047.at\
+ exp.at\
fromflt.at\
fsaf.at\
fsaftomod.at\

Return to:

Send suggestions and report system problems to the System administrator.