diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-01 16:00:22 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-01 16:00:22 +0100 |
commit | c130eb20215d5f4ed4fc23c4bf0223b77176617b (patch) | |
tree | cf00632ac5c70f2e4aa70be76938127e4fa5d054 /tests/Makefile.am | |
parent | 74a71e798efd58e20cc150b04de2613bf518eed4 (diff) | |
download | rsyslog-c130eb20215d5f4ed4fc23c4bf0223b77176617b.tar.gz rsyslog-c130eb20215d5f4ed4fc23c4bf0223b77176617b.tar.bz2 rsyslog-c130eb20215d5f4ed4fc23c4bf0223b77176617b.zip |
improved testbench
- added valgrind-based test (the first one ever ;))
- fixed memory leak in imdiag (guess how this was detected...)
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 261a56c1..a040a9d9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -47,6 +47,7 @@ TESTS = $(TESTRUNS) cfg.sh \ imuxsock_logger_root.sh \ imuxsock_traillf_root.sh \ imuxsock_ccmiddle_root.sh \ + udp-msgreduc-vg.sh \ queue-persist.sh if ENABLE_IMPTCP @@ -196,6 +197,8 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \ testsuites/diskqueue-fsync.conf \ imtcp-multiport.sh \ testsuites/imtcp-multiport.conf \ + udp-msgreduc-vg.sh \ + testsuites/udp-msgreduc-vg.conf \ manytcp.sh \ testsuites/manytcp.conf \ manyptcp.sh \ |