summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-11 12:06:02 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-11 12:06:02 +0100
commita9cf6e0e92184bc26e5d967f23b8803091b69e6a (patch)
treeebdd327e858407d9c2e0d12e99b27efed83712a2 /tests/Makefile.am
parent7077420d58a56a29995e7930bd7943bb7f9b5bdf (diff)
downloadrsyslog-a9cf6e0e92184bc26e5d967f23b8803091b69e6a.tar.gz
rsyslog-a9cf6e0e92184bc26e5d967f23b8803091b69e6a.tar.xz
rsyslog-a9cf6e0e92184bc26e5d967f23b8803091b69e6a.zip
testbench improvement: gzip-plain-tcp mode is now being tested
... also improved two-instance test mechanism, now have a generic approach.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 37f4e1a2..1c93605c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -7,6 +7,8 @@ TESTS = $(TESTRUNS) cfg.sh \
diskqueue.sh \
diskqueue-fsync.sh \
manytcp.sh \
+ tcpsndrcv.sh \
+ tcpsndrcv_gzip.sh \
queue-persist.sh \
pipeaction.sh
@@ -114,6 +116,13 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
testsuites/threadingmq.conf \
threadingmqaq.sh \
testsuites/threadingmqaq.conf \
+ tcpsndrcv_drvr.sh \
+ tcpsndrcv.sh \
+ testsuites/tcpsndrcv_sender.conf \
+ testsuites/tcpsndrcv_rcvr.conf \
+ tcpsndrcv_gzip.sh \
+ testsuites/tcpsndrcv_gzip_sender.conf \
+ testsuites/tcpsndrcv_gzip_rcvr.conf \
pipeaction.sh \
testsuites/pipeaction.conf \
proprepltest.sh \