summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-16 15:53:45 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-16 15:53:45 +0100
commit4a80242ffcfa93348453ff716f7f1abda417a416 (patch)
tree5a8f92777d557be5670b79ded40b19ccdc861cc7 /tests/Makefile.am
parent2fc70320e303fd02b29469416a709a1f8ee4374d (diff)
downloadrsyslog-4a80242ffcfa93348453ff716f7f1abda417a416.tar.gz
rsyslog-4a80242ffcfa93348453ff716f7f1abda417a416.tar.xz
rsyslog-4a80242ffcfa93348453ff716f7f1abda417a416.zip
added some more valgrind-based tests
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c1818f36..ebbe0cf6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -65,6 +65,10 @@ if HAVE_VALGRIND
TESTS += \
discard-rptdmsg-vg.sh \
discard-allmark-vg.sh \
+ failover-basic-vg.sh \
+ failover-rptd-vg.sh \
+ failover-no-basic-vg.sh \
+ failover-no-rptd-vg.sh \
tcp-msgreduc-vg.sh
endif
@@ -265,12 +269,16 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
discard.sh \
testsuites/discard.conf \
failover-no-rptd.sh \
+ failover-no-rptd-vg.sh \
testsuites/failover-no-rptd.conf \
failover-no-basic.sh \
+ failover-no-basic-vg.sh \
testsuites/failover-no-basic.conf \
failover-rptd.sh \
+ failover-rptd-vg.sh \
testsuites/failover-rptd.conf \
failover-basic.sh \
+ failover-basic-vg.sh \
testsuites/failover-basic.conf \
discard-rptdmsg.sh \
discard-rptdmsg-vg.sh \