From f50f24a7750bc3ad66b339ed3fcc0fdc544a1e15 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 14 Jun 2011 12:18:39 +0200 Subject: backporting TLS-based test --- tests/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/Makefile.am') 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 -- cgit