summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-08-11 15:06:50 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-08-11 15:06:50 +0200
commit809ed1768b83bc0c5392f943f4820523494e8285 (patch)
tree5f8f3b8e27e70d3ecf7190876cba9c2c7489135a /tests/Makefile.am
parent4bf834bad6640b5670959ce0c21557bf5923bb2b (diff)
downloadrsyslog-809ed1768b83bc0c5392f943f4820523494e8285.tar.gz
rsyslog-809ed1768b83bc0c5392f943f4820523494e8285.tar.xz
rsyslog-809ed1768b83bc0c5392f943f4820523494e8285.zip
imptcp: added $InputPTCPServerAddtlFrameDelimiter directive
also improved testbench
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 b500bc85..8b75a9f2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -9,8 +9,10 @@ TESTS = $(TESTRUNS) cfg.sh \
manytcp.sh \
manyptcp.sh \
imptcp_large.sh \
+ imptcp_addtlframedelim.sh \
imptcp_conndrop.sh \
imtcp_conndrop.sh \
+ imtcp_addtlframedelim.sh \
sndrcv.sh \
sndrcv_gzip.sh \
asynwr_simple.sh \
@@ -144,10 +146,14 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
testsuites/manyptcp.conf \
imptcp_large.sh \
testsuites/imptcp_large.conf \
+ imptcp_addtlframedelim.sh \
+ testsuites/imptcp_addtlframedelim.conf \
imptcp_conndrop.sh \
testsuites/imptcp_conndrop.conf \
imtcp_conndrop.sh \
testsuites/imtcp_conndrop.conf \
+ imtcp_addtlframedelim.sh \
+ testsuites/imtcp_addtlframedelim.conf \
inputname.sh \
testsuites/inputname_imtcp.conf \
testsuites/1.inputname_imtcp_12514 \