summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-10 03:41:17 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-10 03:41:17 +0100
commit225aa0e367a604d3891bba13d470bfacc3dfe544 (patch)
tree56798e061265f3af4b6e6cb3bbe6c0e5243e20d7 /tests
parent7fa1956da7ea3fa08d3187d3a5d883cfe5a67845 (diff)
downloadrsyslog-225aa0e367a604d3891bba13d470bfacc3dfe544.tar.gz
rsyslog-225aa0e367a604d3891bba13d470bfacc3dfe544.tar.xz
rsyslog-225aa0e367a604d3891bba13d470bfacc3dfe544.zip
fixed problem in testbench Makefile, added module to distcheck
Thanks to Michael Biebl for mentioning that some modules were not included in make distcheck.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4a1bfe57..eb7ad94f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,7 +6,6 @@ TESTS = $(TESTRUNS) cfg.sh
if ENABLE_IMDIAG
TESTS += \
arrayqueue.sh \
- linkedlistqueue.sh \
da-mainmsg-q.sh \
validation-run.sh \
imtcp-multiport.sh \
@@ -54,7 +53,6 @@ TESTS += \
discard-allmark.sh \
discard.sh \
queue-persist.sh \
- arrayqueue.sh \
linkedlistqueue.sh
endif
@@ -214,7 +212,9 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
testsuites/rsf_getenv.conf \
diskqueue.sh \
testsuites/diskqueue.conf \
+ arrayqueue.sh \
testsuites/arrayqueue.conf \
+ linkedlistqueue.sh \
testsuites/linkedlistqueue.conf \
da-mainmsg-q.sh \
testsuites/da-mainmsg-q.conf \