summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-02-02 16:47:19 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-02-02 16:47:19 +0100
commit5494790ece676ca0a07c0a62cb457338ec4cec90 (patch)
tree2f5cc27bb928d688d47435dd3823a89c7bb0c2dd /tests/Makefile.am
parent03cf2a5113e130e4f64b048dc4dc6d2c0aa1b3b2 (diff)
downloadrsyslog-5494790ece676ca0a07c0a62cb457338ec4cec90.tar.gz
rsyslog-5494790ece676ca0a07c0a62cb457338ec4cec90.tar.xz
rsyslog-5494790ece676ca0a07c0a62cb457338ec4cec90.zip
bugfix: abort during startup when rsyslog.conf v6+ format was used in a certain way
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 9893afab..50ce2e0b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -82,6 +82,7 @@ endif
if ENABLE_MYSQL_TESTS
TESTS += \
mysql-basic.sh \
+ mysql-basic-cnf6.sh \
mysql-asyn.sh
if ENABLE_OMLIBDBI
TESTS += \
@@ -457,8 +458,10 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
libdbi-asyn.sh \
testsuites/libdbi-asyn.conf \
mysql-basic.sh \
+ mysql-basic-cnf6.sh \
mysql-basic-vg.sh \
testsuites/mysql-basic.conf \
+ testsuites/mysql-basic-cnf6.conf \
mysql-asyn.sh \
mysql-asyn-vg.sh \
testsuites/mysql-asyn.conf \