diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-04-12 14:31:03 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-04-12 14:31:03 +0200 |
commit | 1e1cbdb971f4c60a13627e709bab754d5fecfc6c (patch) | |
tree | a575ff98f782976846886fa1687428ef77ad9010 /tests | |
parent | 58336e021cc6337554975e336a3e64bbe5f49857 (diff) | |
download | rsyslog-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.am | 5 |
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 |