summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-27 19:51:32 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-27 19:51:32 +0000
commite5bd017ee21d27e7850a077e4c4f91c643e73e06 (patch)
tree8eceb94370e94d4e6947d2dfe156804256f61648 /tests
parent1f05110aa5b51e92f3ad552fb8b855378baff506 (diff)
downloadgnutls-e5bd017ee21d27e7850a077e4c4f91c643e73e06.tar.gz
Dist *.p12.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e74efc10aa..03d976cb3b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,6 +24,8 @@ LDADD = ../lib/libgnutls.la libutils.la
noinst_LTLIBRARIES = libutils.la
libutils_la_SOURCES = utils.h utils.c
+EXTRA_DIST = client.p12 noclient.p12 unclient.p12
+
ctests = simple anonself
TESTS = pkcs12_neon $(ctests)
check_PROGRAMS = $(ctests)