summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-06 15:30:57 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-06 15:30:57 +0100
commitcd61ecd459d7ba915ac5b31743e7ded8db62e30e (patch)
treee2aa93561263af1cdbd9adc9c36920d98567d034 /tests/Makefile.am
parentbe146bf818a12d71c4ddce1d9278b9ae0c27329f (diff)
downloadrsyslog-cd61ecd459d7ba915ac5b31743e7ded8db62e30e.tar.gz
rsyslog-cd61ecd459d7ba915ac5b31743e7ded8db62e30e.tar.xz
rsyslog-cd61ecd459d7ba915ac5b31743e7ded8db62e30e.zip
added additional test for repeated message reduction (with valgrind)
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 059f951f..1268710a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -48,6 +48,7 @@ TESTS = $(TESTRUNS) cfg.sh \
imuxsock_traillf_root.sh \
imuxsock_ccmiddle_root.sh \
udp-msgreduc-vg.sh \
+ udp-msgreduc-orgmsg-vg.sh \
queue-persist.sh
if ENABLE_IMPTCP
@@ -204,6 +205,8 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
testsuites/imtcp-tls-basic.conf \
imtcp-multiport.sh \
testsuites/imtcp-multiport.conf \
+ udp-msgreduc-orgmsg-vg.sh \
+ testsuites/udp-msgreduc-orgmsg-vg.conf \
udp-msgreduc-vg.sh \
testsuites/udp-msgreduc-vg.conf \
manytcp.sh \