summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-12-14 12:37:04 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-12-14 12:37:04 +0100
commit5f2dd7ba0d39132be3d63404ec078b5ee9d81ddc (patch)
tree6190ccb3636d209ce1f18c24ee0bbb127cb05897 /tests
parentc28dde0a7f0e93e0e9a1c318c5ff2bff37fbf843 (diff)
downloadrsyslog-5f2dd7ba0d39132be3d63404ec078b5ee9d81ddc.tar.gz
rsyslog-5f2dd7ba0d39132be3d63404ec078b5ee9d81ddc.tar.bz2
rsyslog-5f2dd7ba0d39132be3d63404ec078b5ee9d81ddc.zip
bugfix/testbench: tls tests failed in make distcheck due to missing files
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e3226c6d..b339e797 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -181,6 +181,10 @@ test_files = testbench.h runtime-dummy.c
EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
validation-run.sh \
+ tls-certs/ca-key.pem \
+ tls-certs/ca.pem \
+ tls-certs/cert.pem \
+ tls-certs/key.pem \
testsuites/x.509/ca.pem \
testsuites/x.509/ca-key.pem \
testsuites/x.509/client-cert.pem \