diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-09 17:21:01 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-09 17:21:01 +0200 |
commit | 4130ca8670b37d0fe92a1abb47a2840c62604ded (patch) | |
tree | e6370bf013f0026d3b3ad726b37776753902c662 /tests/Makefile.am | |
parent | 9f286c0c4c21128c66305166ae379d3f7b07f673 (diff) | |
parent | 6fde78cb744b22eb5790d43297acab249ca0e7fa (diff) | |
download | rsyslog-4130ca8670b37d0fe92a1abb47a2840c62604ded.tar.gz rsyslog-4130ca8670b37d0fe92a1abb47a2840c62604ded.tar.xz rsyslog-4130ca8670b37d0fe92a1abb47a2840c62604ded.zip |
Merge branch 'v4-devel'
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e5b1f819..6ca0c069 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,6 +15,7 @@ TESTS = $(TESTRUNS) cfg.sh \ if ENABLE_OMSTDOUT TESTS += omod-if-array.sh \ + proprepltest.sh \ parsertest.sh \ timestamp.sh \ inputname.sh \ @@ -124,6 +125,11 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \ testsuites/threadingmq.conf \ threadingmqaq.sh \ testsuites/threadingmqaq.conf \ + proprepltest.sh \ + testsuites/rfctag.conf \ + testsuites/master.rfctag \ + testsuites/nolimittag.conf \ + testsuites/master.nolimittag \ DiagTalker.java \ cfg.sh |