summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-02-28 17:28:07 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-28 17:28:07 +0100
commit9be853a2c8d0fd7fdc415200af57493ad5a00feb (patch)
treee7bd63bd8dc7540488be93d0c3a84b74eeb32831 /tests/Makefile.am
parent34cf945d034cbd3ef2331f378842bb21478ce7be (diff)
downloadrsyslog-9be853a2c8d0fd7fdc415200af57493ad5a00feb.tar.gz
rsyslog-9be853a2c8d0fd7fdc415200af57493ad5a00feb.tar.xz
rsyslog-9be853a2c8d0fd7fdc415200af57493ad5a00feb.zip
added new tls-based test to testbench
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ec1b0813..9bf33938 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -57,6 +57,11 @@ TESTS += \
imptcp_conndrop.sh
endif
+if ENABLE_GNUTLS
+TESTS += \
+ imtcp-tls-basic.sh
+endif
+
if ENABLE_OMUXSOCK
TESTS += uxsock_simple.sh
endif
@@ -194,6 +199,8 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
testsuites/da-mainmsg-q.conf \
diskqueue-fsync.sh \
testsuites/diskqueue-fsync.conf \
+ imtcp-tls-basic.sh \
+ testsuites/imtcp-tls-basic.conf \
imtcp-multiport.sh \
testsuites/imtcp-multiport.conf \
manytcp.sh \