summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-04-12 14:31:03 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-04-12 14:31:03 +0200
commit1e1cbdb971f4c60a13627e709bab754d5fecfc6c (patch)
treea575ff98f782976846886fa1687428ef77ad9010 /tests
parent58336e021cc6337554975e336a3e64bbe5f49857 (diff)
downloadrsyslog-1e1cbdb971f4c60a13627e709bab754d5fecfc6c.tar.gz
rsyslog-1e1cbdb971f4c60a13627e709bab754d5fecfc6c.tar.xz
rsyslog-1e1cbdb971f4c60a13627e709bab754d5fecfc6c.zip
added new configure option that permits to disable and enable an extended testbench
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 76ed694a..cdc0d647 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,7 +24,6 @@ TESTS = $(TESTRUNS) cfg.sh \
dynfile_invld_sync.sh \
dynfile_invalid2.sh \
complex1.sh \
- random.sh \
queue-persist.sh \
pipeaction.sh
execonlyonce.sh \
@@ -41,6 +40,10 @@ TESTS += omod-if-array.sh \
fieldtest.sh
endif
+if ENABLE_EXTENDED_TESTS
+TESTS += random.sh
+endif
+
check_JAVA = DiagTalker.java
endif # if ENABLE_TESTBENCH