mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Use separate test module for dns-cert.c.
* dns-cert.c (get_dns_cert): Factor test code out to ... * t-dns-cert.c: new file.
This commit is contained in:
parent
751d452116
commit
982105f1ce
5 changed files with 103 additions and 62 deletions
|
@ -162,7 +162,7 @@ if HAVE_W32_SYSTEM
|
|||
jnlib_tests += t-w32-reg
|
||||
endif
|
||||
module_tests = t-convert t-percent t-gettime t-sysutils t-sexputil \
|
||||
t-session-env t-openpgp-oid t-ssh-utils
|
||||
t-session-env t-openpgp-oid t-ssh-utils t-dns-cert
|
||||
if !HAVE_W32CE_SYSTEM
|
||||
module_tests += t-exechelp
|
||||
endif
|
||||
|
@ -196,3 +196,4 @@ t_exechelp_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)
|
||||
t_dns_cert_LDADD = $(t_common_ldadd) $(DNSLIBS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue