summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
-rw-r--r--tests/diagtalker.c3
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a72f60b9..04afd761 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -155,6 +155,12 @@ test_files = testbench.h runtime-dummy.c
EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
validation-run.sh \
+ testsuites/x.509/ca.pem \
+ testsuites/x.509/ca-key.pem \
+ testsuites/x.509/client-cert.pem \
+ testsuites/x.509/client-key.pem \
+ testsuites/x.509/machine-cert.pem \
+ testsuites/x.509/machine-key.pem \
testsuites/invalid.conf \
testsuites/valid.conf \
cfg.sh \
diff --git a/tests/diagtalker.c b/tests/diagtalker.c
index 0d728bda..f61270a8 100644
--- a/tests/diagtalker.c
+++ b/tests/diagtalker.c
@@ -70,6 +70,9 @@ int openConn(int *fd)
}
}
}
+ if(retries > 0) {
+ fprintf(stderr, "connection established.\n");
+ }
*fd = sock;
return 0;