Changeset 439005a in mod_gnutls
- Timestamp:
- Apr 8, 2017, 7:17:47 AM (4 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- 92ac36e
- Parents:
- 4f7edd5
- git-author:
- Thomas Klute <thomas2.klute@…> (04/08/17 07:12:38)
- git-committer:
- Thomas Klute <thomas2.klute@…> (04/08/17 07:17:47)
- Location:
- test
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/.gitignore
r4f7edd5 r439005a 24 24 gen_ocsp_index 25 25 pgpcrc 26 gnutls_openpgp_support 26 27 .deps 28 .libs -
test/Makefile.am
r4f7edd5 r439005a 35 35 TESTS = $(dist_check_SCRIPTS) 36 36 37 check_PROGRAMS = pgpcrc 37 check_PROGRAMS = pgpcrc gnutls_openpgp_support 38 38 pgpcrc_SOURCES = pgpcrc.c 39 gnutls_openpgp_support_SOURCES = gnutls_openpgp_support.c 40 gnutls_openpgp_support_CFLAGS = $(LIBGNUTLS_CFLAGS) 41 gnutls_openpgp_support_LDFLAGS = $(LIBGNUTLS_LIBS) 39 42 40 43 # build OCSP database tool … … 42 45 check_PROGRAMS += gen_ocsp_index 43 46 gen_ocsp_index_SOURCES = gen_ocsp_index.c cert_helper.c 47 gen_ocsp_index_CFLAGS = $(LIBGNUTLS_CFLAGS) 44 48 gen_ocsp_index_LDFLAGS = $(LIBGNUTLS_LIBS) 45 49 noinst_HEADERS = cert_helper.h -
test/test-14_basic_openpgp.bash
r4f7edd5 r439005a 1 1 #!/bin/bash 2 ./gnutls_openpgp_support || exit $? 2 3 ${srcdir}/runtests t-14
Note: See TracChangeset
for help on using the changeset viewer.