summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-14 07:28:31 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-14 07:28:31 +0200
commit4ee4add6a13de1e75a831323baf1ef3433720ab4 (patch)
tree342534e5f500cc3f4b05d5c6040e7ea026cf65f4 /tests/Makefile.am
parent11910c59138332a884ed753401afdd84feeb1832 (diff)
downloadrsyslog-4ee4add6a13de1e75a831323baf1ef3433720ab4.tar.gz
rsyslog-4ee4add6a13de1e75a831323baf1ef3433720ab4.tar.xz
rsyslog-4ee4add6a13de1e75a831323baf1ef3433720ab4.zip
Add test for script-based contains filter to testbench
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 c4560445..a9369929 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -64,6 +64,7 @@ TESTS += \
failover-no-rptd.sh \
failover-no-basic.sh \
rcvr_fail_restore.sh \
+ rscript_contains.sh \
linkedlistqueue.sh
if HAVE_VALGRIND
@@ -264,6 +265,8 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
testsuites/diskqueue.conf \
arrayqueue.sh \
testsuites/arrayqueue.conf \
+ rscript_contains.sh \
+ testsuites/rscript_contains.conf \
linkedlistqueue.sh \
testsuites/linkedlistqueue.conf \
da-mainmsg-q.sh \