mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
common: Add unit test for exectool.
* common/Makefile.am: Build new test. * common/t-exectool.c: New file. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
4ba11251af
commit
fe40e9c53d
2 changed files with 225 additions and 1 deletions
|
@ -160,7 +160,7 @@ module_tests = t-stringhelp t-timestuff \
|
|||
t-mapstrings t-zb32 t-mbox-util t-iobuf t-strlist \
|
||||
t-name-value t-ccparray t-recsel
|
||||
if !HAVE_W32CE_SYSTEM
|
||||
module_tests += t-exechelp
|
||||
module_tests += t-exechelp t-exectool
|
||||
endif
|
||||
if HAVE_W32_SYSTEM
|
||||
module_tests += t-w32-reg
|
||||
|
@ -196,6 +196,7 @@ t_helpfile_LDADD = $(t_common_ldadd)
|
|||
t_sexputil_LDADD = $(t_common_ldadd)
|
||||
t_b64_LDADD = $(t_common_ldadd)
|
||||
t_exechelp_LDADD = $(t_common_ldadd)
|
||||
t_exectool_LDADD = $(t_common_ldadd)
|
||||
t_session_env_LDADD = $(t_common_ldadd)
|
||||
t_openpgp_oid_LDADD = $(t_common_ldadd)
|
||||
t_ssh_utils_LDADD = $(t_common_ldadd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue