Changeset f363569 in mod_gnutls for test/Makefile.am
- Timestamp:
- Sep 25, 2020, 5:53:51 PM (2 years ago)
- Branches:
- asyncio, master
- Children:
- b4dc111
- Parents:
- be2ad50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
rbe2ad50 rf363569 81 81 shared_identities = authority authority/client 82 82 pgp_identities = $(shared_identities) 83 x509_only_identities = authority/server authority/ imposter\83 x509_only_identities = authority/server authority/meow.test \ 84 84 authority/subca authority/subca/server \ 85 85 rogueca rogueca/imposter rogueca/rogueclient … … 123 123 124 124 cert_templates = authority/template.in authority/client/template.in \ 125 authority/ imposter/template.in authority/ocsp-responder/template \125 authority/meow.test/template.in authority/ocsp-responder/template \ 126 126 authority/server/template.in \ 127 127 authority/subca/template.in authority/subca/server/template.in \ … … 130 130 rogueca/rogueclient/template.in 131 131 generated_templates = authority/template authority/client/template \ 132 authority/ imposter/template authority/server/template \132 authority/meow.test/template authority/server/template \ 133 133 rogueca/imposter/template rogueca/rogueclient/template 134 134
Note: See TracChangeset
for help on using the changeset viewer.