summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-20 11:26:24 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-20 11:26:24 +0200
commita5dcf8cdb7db791d3f43e8cc4f793380739807c8 (patch)
treee8dbe37ad6c2dcc8d44b5bc07bdce9da0a57a082 /tests/Makefile.am
parentdc40e3b43fa92d06ba03c4bb434f885db0ed4352 (diff)
downloadrsyslog-a5dcf8cdb7db791d3f43e8cc4f793380739807c8.tar.gz
rsyslog-a5dcf8cdb7db791d3f43e8cc4f793380739807c8.tar.xz
rsyslog-a5dcf8cdb7db791d3f43e8cc4f793380739807c8.zip
Implement RainerScript field() 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 f107a87e..fde9666c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -65,6 +65,7 @@ TESTS += \
failover-no-basic.sh \
rcvr_fail_restore.sh \
rscript_contains.sh \
+ rscript_field.sh \
cee_simple.sh \
cee_diskqueue.sh \
linkedlistqueue.sh
@@ -269,6 +270,8 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
testsuites/arrayqueue.conf \
rscript_contains.sh \
testsuites/rscript_contains.conf \
+ rscript_field.sh \
+ testsuites/rscript_field.conf \
cee_simple.sh \
testsuites/cee_simple.conf \
cee_diskqueue.sh \