diff options
| author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-19 09:24:03 +0200 |
|---|---|---|
| committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-19 09:24:03 +0200 |
| commit | cb0fa751b7e18ffe71aec84bccfeaf04fca7ff13 (patch) | |
| tree | b985c583bca6486cdf628a56a24c13c37288f2c8 /tests | |
| parent | fe5bea77ac2533faab3b7b73bc253c4dc7d702bc (diff) | |
| parent | 55714cdb440b4baa32f88d55316755555ef93607 (diff) | |
| download | rsyslog-cb0fa751b7e18ffe71aec84bccfeaf04fca7ff13.tar.gz rsyslog-cb0fa751b7e18ffe71aec84bccfeaf04fca7ff13.tar.xz rsyslog-cb0fa751b7e18ffe71aec84bccfeaf04fca7ff13.zip | |
Merge branch 'master' into tmp
Conflicts:
tests/Makefile.am
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile.am | 7 | ||||
| -rw-r--r-- | tests/rscript.c | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 087fa6af..88f6a200 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,9 @@ TESTRUNS = rt_init rscript check_PROGRAMS = $(TESTRUNS) ourtail nettester tcpflood chkseq -TESTS = $(TESTRUNS) cfg.sh fieldtest.sh parsertest.sh omod-if-array.sh da-mainmsg-q.sh diskqueue.sh manytcp.sh +TESTS = $(TESTRUNS) cfg.sh fieldtest.sh da-mainmsg-q.sh diskqueue.sh manytcp.sh +if ENABLE_OMSTDOUT +TESTS += omod-if-array.sh parsertest.sh +endif TESTS_ENVIRONMENT = RSYSLOG_MODDIR='$(abs_top_builddir)'/runtime/.libs/ DISTCLEANFILES=rsyslog.pid test_files = testbench.h runtime-dummy.c @@ -8,7 +11,7 @@ test_files = testbench.h runtime-dummy.c EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \ cfg1.cfgtest \ cfg1.testin \ - cfg2.cfgtest \ + cfg2.cfgtest \ cfg2.testin \ cfg3.cfgtest \ cfg3.testin \ diff --git a/tests/rscript.c b/tests/rscript.c index 6b232f5f..ce81491c 100644 --- a/tests/rscript.c +++ b/tests/rscript.c @@ -24,6 +24,7 @@ */ #include "config.h" #include <stdio.h> +#include <string.h> #include <glob.h> #include <sys/stat.h> |
