Changeset c825c3a in mod_gnutls for test/Makefile.am
- Timestamp:
- Jul 3, 2019, 1:52:50 AM (19 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 59afe51
- Parents:
- e5546be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
re5546be rc825c3a 58 58 shared_identities = authority authority/client 59 59 pgp_identities = $(shared_identities) 60 x509_only_identities = server rogueca imposter rogueclient60 x509_only_identities = authority/server rogueca imposter rogueclient 61 61 if ENABLE_OCSP_TEST 62 62 x509_only_identities += ocsp-responder … … 93 93 # running at any time, so test cases actually have to wait for each 94 94 # other - just not in any particular order. 95 check_DATA = $(tokens) server/crl.pem96 97 MOSTLYCLEANFILES = cache/* logs/* outputs/* server/crl.pem95 check_DATA = $(tokens) authority/server/crl.pem 96 97 MOSTLYCLEANFILES = cache/* logs/* outputs/* authority/server/crl.pem 98 98 99 99 cert_templates = authority/template.in authority/client/template.in \ 100 100 imposter/template.in ocsp-responder/template rogueca/template \ 101 rogueclient/template.in server/template.in101 rogueclient/template.in authority/server/template.in 102 102 generated_templates = authority/template authority/client/template \ 103 imposter/template rogueclient/template server/template103 imposter/template rogueclient/template authority/server/template 104 104 105 105 # Delete X.509 private keys on full clean. Note that unless you need … … 161 161 MOSTLYCLEANFILES += authority/ocsp_index.txt authority/ocsp_index.txt.attr 162 162 authority/ocsp_index.txt: $(x509_tokens) gen_ocsp_index authority/ocsp_index.txt.attr 163 ./gen_ocsp_index server/x509.pem authority/client/x509.pem > $@163 ./gen_ocsp_index authority/server/x509.pem authority/client/x509.pem > $@ 164 164 165 165 authority/ocsp_index.txt.attr: authority/secret.key … … 167 167 168 168 # build certificate chain file for server 169 check_DATA += server/x509-chain.pem170 MOSTLYCLEANFILES += server/x509-chain.pem169 check_DATA += authority/server/x509-chain.pem 170 MOSTLYCLEANFILES += authority/server/x509-chain.pem 171 171 %/x509-chain.pem: %/x509.pem authority/x509.pem 172 172 cat $< authority/x509.pem > $@ … … 175 175 # SoftHSM tokens. Note that the SoftHSM 2 token is a directory and 176 176 # hence has to be treated slightly differently. 177 SOFTHSM_TOKEN = server/softhsm.db178 SOFTHSM2_TOKEN = server/softhsm2.db177 SOFTHSM_TOKEN = authority/server/softhsm.db 178 SOFTHSM2_TOKEN = authority/server/softhsm2.db 179 179 180 180 # Tokens should be cleaned whether or not the matching SoftHSM version … … 233 233 234 234 EXTRA_DIST = $(apache_data) $(cert_templates) $(shared_identities:=/uid.in) \ 235 apache_service.bash common.bash runtests server/crl.template \235 apache_service.bash common.bash runtests authority/server/crl.template \ 236 236 softhsm.bash 237 237
Note: See TracChangeset
for help on using the changeset viewer.