summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-20 15:08:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-20 15:08:39 +0200
commit24a248d021c9d2c19b71eef26d3ddf8731e4541b (patch)
treee84c785554329456a78656998e638be0c17c6b90 /tests/Makefile.am
parentb24af91ada128cabdfe79a3f70d5a9a508bf9f2a (diff)
downloadrsyslog-24a248d021c9d2c19b71eef26d3ddf8731e4541b.tar.gz
rsyslog-24a248d021c9d2c19b71eef26d3ddf8731e4541b.tar.xz
rsyslog-24a248d021c9d2c19b71eef26d3ddf8731e4541b.zip
Implement RainerScript prifield() function
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 db505a2f..4765e917 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -68,6 +68,7 @@ TESTS += \
rscript_field.sh \
rscript_stop.sh \
rscript_stop2.sh \
+ rscript_prifilt.sh \
cee_simple.sh \
cee_diskqueue.sh \
linkedlistqueue.sh
@@ -278,6 +279,8 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
testsuites/rscript_stop.conf \
rscript_stop2.sh \
testsuites/rscript_stop2.conf \
+ rscript_prifilt.sh \
+ testsuites/rscript_prifilt.conf \
cee_simple.sh \
testsuites/cee_simple.conf \
cee_diskqueue.sh \