mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
common: Improve t-zb32 to be used for manual encoding.
* common/t-support.h (no_exit_on_fail, errcount): New. (fail): Bump errcount. * common/t-zb32.c (main): Add options to allow manual use. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
5aadb4b62d
commit
d89a9fca46
3 changed files with 214 additions and 12 deletions
|
@ -192,7 +192,10 @@ t_session_env_LDADD = $(t_common_ldadd)
|
|||
t_openpgp_oid_LDADD = $(t_common_ldadd)
|
||||
t_ssh_utils_LDADD = $(t_common_ldadd)
|
||||
t_mapstrings_LDADD = $(t_common_ldadd)
|
||||
|
||||
t_zb32_SOURCES = t-zb32.c $(t_extra_src)
|
||||
t_zb32_LDADD = $(t_common_ldadd)
|
||||
|
||||
t_mbox_util_LDADD = $(t_common_ldadd)
|
||||
t_iobuf_LDADD = $(t_common_ldadd)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue