summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 60dd7b13a2..4fed9852ef 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -31,7 +31,11 @@ if WANT_TEST_SUITE
SUBDIRS += suite
endif
-EXTRA_DIST = suppressions.valgrind eagain-common.h test-chains.h
+EXTRA_DIST = suppressions.valgrind eagain-common.h test-chains.h \
+ certs/ca-cert-ecc.pem certs/cert-ecc256.pem certs/cert-ecc521.pem \
+ certs/cert-rsa-2432.pem certs/ecc384.pem certs/ecc.pem \
+ certs/ca-ecc.pem certs/cert-ecc384.pem certs/cert-ecc.pem certs/ecc256.pem \
+ certs/ecc521.pem certs/rsa-2432.pem
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
AM_CPPFLAGS = \