diff options
author | Werner Koch <wk@gnupg.org> | 2011-11-28 18:11:59 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-11-30 17:34:49 +0100 |
commit | 982105f1ce85c92482def1d66f1f44e438ae5ab6 (patch) | |
tree | 59e60c45767531b887e0761099bcad9d02120636 /common/Makefile.am | |
parent | Merge branch 'master' of git+ssh://playfair.gnupg.org/git/gnupg (diff) | |
download | gnupg2-982105f1ce85c92482def1d66f1f44e438ae5ab6.tar.xz gnupg2-982105f1ce85c92482def1d66f1f44e438ae5ab6.zip |
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.
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 555d0881d..7821e0442 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -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) |