Changeset 06f8005 in mod_gnutls


Ignore:
Timestamp:
Feb 2, 2016, 5:23:23 PM (7 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
7aeabcb
Parents:
db6bac4
Message:

Test suite: Fix file lists for distribution archive creation

Location:
test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    rdb6bac4 r06f8005  
    7070
    7171cert_templates = authority.template.in client.template.in \
    72         imposter.template.in rogueca.template server.template.in
     72        imposter.template.in rogueca.template rogueclient.template.in \
     73        server.template.in
    7374generated_templates = authority.template client.template \
    74         imposter.template server.template
     75        imposter.template rogueclient.template server.template
    7576
    7677# Delete X.509 private keys on full clean. Note that unless you need
  • test/tests/Makefile.am

    rdb6bac4 r06f8005  
    2424        22_TLS_reverse_proxy_crl_revoke/apache.conf 22_TLS_reverse_proxy_crl_revoke/backend.conf 22_TLS_reverse_proxy_crl_revoke/gnutls-cli.args 22_TLS_reverse_proxy_crl_revoke/input 22_TLS_reverse_proxy_crl_revoke/output \
    2525        23_TLS_reverse_proxy_mismatched_priorities/apache.conf 23_TLS_reverse_proxy_mismatched_priorities/backend.conf 23_TLS_reverse_proxy_mismatched_priorities/gnutls-cli.args 23_TLS_reverse_proxy_mismatched_priorities/input 23_TLS_reverse_proxy_mismatched_priorities/output \
    26         24_pkcs11_cert/apache.conf 24_pkcs11_cert/gnutls-cli.args 24_pkcs11_cert/input 24_pkcs11_cert/output
     26        24_pkcs11_cert/apache.conf 24_pkcs11_cert/gnutls-cli.args 24_pkcs11_cert/input 24_pkcs11_cert/output \
     27        25_Disable_TLS_1.0/apache.conf 25_Disable_TLS_1.0/fail.client 25_Disable_TLS_1.0/gnutls-cli.args 25_Disable_TLS_1.0/input
Note: See TracChangeset for help on using the changeset viewer.