diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-30 12:41:15 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-30 12:41:15 +0100 |
commit | a5f200d5376c2a269c186c008264dddcc0edeba4 (patch) | |
tree | fe3008229499572d38061f5dc7dee214cb271bcb | |
parent | a2169368bbd92b77636e39b5cfe864a1236b083b (diff) |
fix #6690
-rw-r--r-- | src/gns/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 744ba66ec..9f03311e1 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -281,7 +281,8 @@ check_SCRIPTS = \ test_gns_rel_expiration.sh\ test_gns_soa_lookup.sh\ test_gns_revocation.sh\ - test_gns_cname_lookup.sh + test_gns_cname_lookup.sh\ + test_proxy.sh if HAVE_GNUTLS if HAVE_LIBGNURL |