summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-24 18:14:23 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-24 18:14:23 +0100
commit8592955c3ff97ece4e21c96454ee681743557a76 (patch)
tree9e56704c0621c5cf593a4cf90f12f2a8924aa333
parent68db6cc0140d0a746c0ea6c8176ce415c9bdd997 (diff)
downloadrsyslog-8592955c3ff97ece4e21c96454ee681743557a76.tar.gz
rsyslog-8592955c3ff97ece4e21c96454ee681743557a76.tar.bz2
rsyslog-8592955c3ff97ece4e21c96454ee681743557a76.zip
testbench: add (corrected) test for msg variables
-rw-r--r--tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ac964640..5232e3ef 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -7,6 +7,7 @@ TESTS = $(TESTRUNS)
if ENABLE_IMDIAG
TESTS += \
stop-localvar.sh \
+ stop-msgvar.sh \
rfc5424parser.sh \
arrayqueue.sh \
global_vars.sh \
@@ -304,6 +305,8 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
testsuites/stop.conf \
stop-localvar.sh \
testsuites/stop-localvar.conf \
+ stop-msgvar.sh \
+ testsuites/stop-msgvar.conf \
global_vars.sh \
testsuites/global_vars.conf \
rfc5424parser.sh \