summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-06-14 12:18:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-06-14 12:18:39 +0200
commitf50f24a7750bc3ad66b339ed3fcc0fdc544a1e15 (patch)
tree3f6b63c4ef85a61bc26e3cfd6ad87761fc3e193e /tests/Makefile.am
parentd5906846156e49cad90736b949712fe17eb8edba (diff)
downloadrsyslog-f50f24a7750bc3ad66b339ed3fcc0fdc544a1e15.tar.gz
rsyslog-f50f24a7750bc3ad66b339ed3fcc0fdc544a1e15.tar.xz
rsyslog-f50f24a7750bc3ad66b339ed3fcc0fdc544a1e15.zip
backporting TLS-based test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8e178ab8..3ee69413 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -96,6 +96,12 @@ TESTS += \
imptcp_conndrop.sh
endif
+if ENABLE_GNUTLS
+if HAVE_VALGRIND
+TESTS += manytcp-too-few-tls.sh
+endif
+endif
+
if ENABLE_OMUXSOCK
TESTS += uxsock_simple.sh
endif