Changeset 7921dc7 in mod_gnutls for test/Makefile.am
- Timestamp:
- Apr 22, 2018, 1:04:41 PM (3 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- 0470e44
- Parents:
- 2246a84
- git-author:
- Fiona Klute <fiona.klute@…> (04/18/18 04:38:36)
- git-committer:
- Fiona Klute <fiona.klute@…> (04/22/18 13:04:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r2246a84 r7921dc7 36 36 TESTS = $(dist_check_SCRIPTS) 37 37 38 check_PROGRAMS = pgpcrc gnutls_openpgp_support38 check_PROGRAMS = pgpcrc 39 39 pgpcrc_SOURCES = pgpcrc.c 40 gnutls_openpgp_support_SOURCES = gnutls_openpgp_support.c41 gnutls_openpgp_support_CFLAGS = $(LIBGNUTLS_CFLAGS)42 gnutls_openpgp_support_LDFLAGS = $(LIBGNUTLS_LIBS)43 40 44 41 # build OCSP database tool … … 53 50 # Identities in the miniature CA, server, and client environment for 54 51 # the test suite 55 shared_identities = server authority client imposter rogueca52 shared_identities = authority client 56 53 pgp_identities = $(shared_identities) 57 x509_only_identities = rogueclient54 x509_only_identities = server rogueca imposter rogueclient 58 55 if ENABLE_OCSP_TEST 59 56 x509_only_identities += ocsp-responder
Note: See TracChangeset
for help on using the changeset viewer.