Skip to content

Commit bb6d02f

Browse files
author
Andras Fekete
committed
Include the minimal amount of certs to make tests pass
1 parent 6ae9f83 commit bb6d02f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ check_PROGRAMS =
77
dist_noinst_SCRIPTS =
88
DISTCLEANFILES =
99
pkginclude_HEADERS =
10+
EXTRA_DIST =
1011

1112
ACLOCAL_AMFLAGS = -I m4
1213
AM_CPPFLAGS = -I$(top_srcdir)/include
@@ -16,6 +17,7 @@ lib_LTLIBRARIES = libwolfprov.la
1617
include src/include.am
1718
include include/include.am
1819
include test/include.am
20+
include certs/include.am
1921
#include scripts/include.am
2022

2123
#noinst_PROGRAMS += bench

certs/include.am

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
# for test_rsa.c
3+
dist_noinst_SCRIPTS += certs/server-key.pem
4+
dist_noinst_SCRIPTS += certs/server-cert.pem
5+
6+
# for test_ecc.c
7+
dist_noinst_SCRIPTS += certs/server-ecc.pem
8+
dist_noinst_SCRIPTS += certs/ecc-key.pem

0 commit comments

Comments
 (0)