diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-03 07:51:47 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-03 07:51:47 +0200 |
commit | 4f742a8e32c43dc9b514ceaf80f4d17e697dfdf6 (patch) | |
tree | 62c34f867cb26781003022847e1285b67862c44c /tests | |
parent | b61e5fffc42c98b49a18a95c297653fb0ba06b72 (diff) | |
download | rsyslog-4f742a8e32c43dc9b514ceaf80f4d17e697dfdf6.tar.gz rsyslog-4f742a8e32c43dc9b514ceaf80f4d17e697dfdf6.tar.bz2 rsyslog-4f742a8e32c43dc9b514ceaf80f4d17e697dfdf6.zip |
added config switch --enable-testbench=no to turn off testbench
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e93aba10..402c1d83 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,4 @@ +if ENABLE_TESTBENCH TESTRUNS = rt_init rscript check_PROGRAMS = $(TESTRUNS) ourtail nettester tcpflood chkseq TESTS = $(TESTRUNS) cfg.sh manytcp.sh diskqueue.sh imtcp-multiport.sh queue-persist.sh \ @@ -6,6 +7,8 @@ if ENABLE_OMSTDOUT TESTS += omod-if-array.sh parsertest.sh inputname.sh fieldtest.sh endif +endif # if ENABLE_TESTBENCH + TESTS_ENVIRONMENT = RSYSLOG_MODDIR='$(abs_top_builddir)'/runtime/.libs/ DISTCLEANFILES=rsyslog.pid '$(abs_top_builddir)'/DiagTalker.class test_files = testbench.h runtime-dummy.c |